#D8C875

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

Shades of Chenin #D8C875

Tints of Chenin #D8C875

Color information

#D8C875 (or 0xD8C875) is unknown color: approx Chenin. HEX triplet: D8, C8 and 75. RGB value is (216,200,117). Sum of RGB (Red+Green+Blue) = 216+200+117=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 200 (78.52% from 255 or 37.52% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C875 is #27378A. Grayscale: #C3C3C3. Windows color (decimal): -2570123 or 7719128. OLE color: 7719128.

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

Color convert

RGB216200117-
CMYK00.070.460.15
HSL50.3º55.93%65.29%-
HSV(B)50.3º45.83%84.71%-
XYZ52.1857.1925.12-
YUV195.3283.8142.75-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 200 (78.52% from 255) = 37.52%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=40.53%
G=37.52%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21620011700.070.460.1550.355.9365.29
HexD8C875072EF323841
Octal3303101650756176270101
Binary11011000110010001110101011110111011111100101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C875; }

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

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

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

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

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

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

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

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