#D5CA66

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

Shades of Chenin #D5CA66

Tints of Chenin #D5CA66

Color information

#D5CA66 (or 0xD5CA66) is unknown color: approx Chenin. HEX triplet: D5, CA and 66. RGB value is (213,202,102). Sum of RGB (Red+Green+Blue) = 213+202+102=517 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.20% from 517); Green value is 202 (79.30% from 255 or 39.07% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5CA66 is #2A3599. Grayscale: #C2C2C2. Windows color (decimal): -2766234 or 6736597. OLE color: 6736597.

HSL color Cylindrical-coordinate representation of color #D5CA66: hue angle of 54.05º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5CA66 is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213202102-
CMYK00.050.520.16
HSL54.05º56.92%61.76%-
HSV(B)54.05º52.11%83.53%-
XYZ50.9657.3520.95-
YUV193.8976.14141.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.20%
GREEN value IS 202 (79.30% from 255) = 39.07%
BLUE value IS 102 (40.23% from 255) = 19.73%
R=41.20%
G=39.07%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320210200.050.520.1654.0556.9261.76
HexD5CA6605341036393e
Octal325312146056420667176
Binary11010101110010101100110010111010010000110110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CA66; }

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

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

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

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

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

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

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

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