#D8BA73

Color #D8BA73 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #D8BA73

Tints of Chenin #D8BA73

Color information

#D8BA73 (or 0xD8BA73) is unknown color: approx Chenin. HEX triplet: D8, BA and 73. RGB value is (216,186,115). Sum of RGB (Red+Green+Blue) = 216+186+115=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 186 (73.05% from 255 or 35.98% from 517); Blue value is 115 (45.31% from 255 or 22.24% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8BA73 is #27458C. Grayscale: #BBBBBB. Windows color (decimal): -2573709 or 7584472. OLE color: 7584472.

HSL color Cylindrical-coordinate representation of color #D8BA73: hue angle of 42.18º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8BA73 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB216186115-
CMYK00.140.470.15
HSL42.18º56.42%64.9%-
HSV(B)42.18º46.76%84.71%-
XYZ48.9750.9523.47-
YUV186.8887.44148.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 186 (73.05% from 255) = 35.98%
BLUE value IS 115 (45.31% from 255) = 22.24%
R=41.78%
G=35.98%
B=22.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618611500.140.470.1542.1856.4264.9
HexD8BA730E2FF2a3841
Octal33027216301657175270101
Binary110110001011101011100110111010111111111010101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BA73; }

 p { color: rgb(216,186,115); }

 H1.HeaderClassName
 {
   color: #D8BA73;
 }
 .AnyTagClassName
 {
   color: #D8BA73;
 }
</style>
background-color css

<style>
 a { background-color: #D8BA73; }

 a { background-color: rgb(216,186,115); }

 div.DivClassName
 {
   background-color: #D8BA73;
 }
 .BgClassName
 {
   background-color: #D8BA73;
 }
</style>
border-color css

<style>
 span { border-color: #D8BA73; }

 span { border-color: rgb(216,186,115); }

 td.TdClassName
 {
   border-color: #D8BA73;
 }
 .TagClassName
 {
   border-color: #D8BA73;
 }
</style>