#D8CA66

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

Shades of Chenin #D8CA66

Tints of Chenin #D8CA66

Color information

#D8CA66 (or 0xD8CA66) is unknown color: approx Chenin. HEX triplet: D8, CA and 66. RGB value is (216,202,102). Sum of RGB (Red+Green+Blue) = 216+202+102=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 102 (40.23% from 255 or 19.62% from 520); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA66 is #273599. Grayscale: #C3C3C3. Windows color (decimal): -2569626 or 6736600. OLE color: 6736600.

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

Color convert

RGB216202102-
CMYK00.060.530.15
HSL52.63º59.38%62.35%-
HSV(B)52.63º52.78%84.71%-
XYZ51.8457.820.99-
YUV194.7975.64143.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.54%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 102 (40.23% from 255) = 19.62%
R=41.54%
G=38.85%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620210200.060.530.1552.6359.3862.35
HexD8CA660635F353b3e
Octal330312146066517657376
Binary1101100011001010110011001101101011111110101111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA66; }

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

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

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

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

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

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

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

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