#D8CB6A

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

Shades of Chenin #D8CB6A

Tints of Chenin #D8CB6A

Color information

#D8CB6A (or 0xD8CB6A) is unknown color: approx Chenin. HEX triplet: D8, CB and 6A. RGB value is (216,203,106). Sum of RGB (Red+Green+Blue) = 216+203+106=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB6A is #273495. Grayscale: #C4C4C4. Windows color (decimal): -2569366 or 6999000. OLE color: 6999000.

HSL color Cylindrical-coordinate representation of color #D8CB6A: hue angle of 52.91º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8CB6A is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216203106-
CMYK00.060.510.15
HSL52.91º58.51%63.14%-
HSV(B)52.91º50.93%84.71%-
XYZ52.2858.3522.14-
YUV195.8377.31142.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.14%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=41.14%
G=38.67%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620310600.060.510.1552.9158.5163.14
HexD8CB6A0633F353b3f
Octal330313152066317657377
Binary1101100011001011110101001101100111111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB6A; }

 p { color: rgb(216,203,106); }

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

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

 a { background-color: rgb(216,203,106); }

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

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

 span { border-color: rgb(216,203,106); }

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