#D8CA69

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

Shades of Chenin #D8CA69

Tints of Chenin #D8CA69

Color information

#D8CA69 (or 0xD8CA69) is unknown color: approx Chenin. HEX triplet: D8, CA and 69. RGB value is (216,202,105). Sum of RGB (Red+Green+Blue) = 216+202+105=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA69 is #273596. Grayscale: #C3C3C3. Windows color (decimal): -2569623 or 6933208. OLE color: 6933208.

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

Color convert

RGB216202105-
CMYK00.060.510.15
HSL52.43º58.73%62.94%-
HSV(B)52.43º51.39%84.71%-
XYZ51.9957.8621.79-
YUV195.1377.14142.89-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=41.30%
G=38.62%
B=20.08%

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
Decimal21620210500.060.510.1552.4358.7362.94
HexD8CA690633F343b3f
Octal330312151066317647377
Binary1101100011001010110100101101100111111110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA69; }

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

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

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

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

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

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

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

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