#D8CA75

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

Shades of Chenin #D8CA75

Tints of Chenin #D8CA75

Color information

#D8CA75 (or 0xD8CA75) is unknown color: approx Chenin. HEX triplet: D8, CA and 75. RGB value is (216,202,117). Sum of RGB (Red+Green+Blue) = 216+202+117=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8CA75 is #27358A. Grayscale: #C4C4C4. Windows color (decimal): -2569611 or 7719640. OLE color: 7719640.

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

Color convert

RGB216202117-
CMYK00.060.460.15
HSL51.52º55.93%65.29%-
HSV(B)51.52º45.83%84.71%-
XYZ52.6558.1225.27-
YUV196.583.14141.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=40.37%
G=37.76%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620211700.060.460.1551.5255.9365.29
HexD8CA75062EF343841
Octal3303121650656176470101
Binary11011000110010101110101011010111011111101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CA75; }

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

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

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

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

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

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

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

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