#D8CB69

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

Shades of Chenin #D8CB69

Tints of Chenin #D8CB69

Color information

#D8CB69 (or 0xD8CB69) is unknown color: approx Chenin. HEX triplet: D8, CB and 69. RGB value is (216,203,105). Sum of RGB (Red+Green+Blue) = 216+203+105=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 105 (41.41% from 255 or 20.04% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CB69 is #273496. Grayscale: #C4C4C4. Windows color (decimal): -2569367 or 6933464. OLE color: 6933464.

HSL color Cylindrical-coordinate representation of color #D8CB69: hue angle of 52.97º 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 #D8CB69 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216203105-
CMYK00.060.510.15
HSL52.97º58.73%62.94%-
HSV(B)52.97º51.39%84.71%-
XYZ52.2258.3321.87-
YUV195.7276.81142.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.22%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 105 (41.41% from 255) = 20.04%
R=41.22%
G=38.74%
B=20.04%

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
Decimal21620310500.060.510.1552.9758.7362.94
HexD8CB690633F353b3f
Octal330313151066317657377
Binary1101100011001011110100101101100111111110101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CB69; }

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

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

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

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

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

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

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

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