#D9C975

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

Shades of Chenin #D9C975

Tints of Chenin #D9C975

Color information

#D9C975 (or 0xD9C975) is unknown color: approx Chenin. HEX triplet: D9, C9 and 75. RGB value is (217,201,117). Sum of RGB (Red+Green+Blue) = 217+201+117=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C975 is #26368A. Grayscale: #C4C4C4. Windows color (decimal): -2504331 or 7719385. OLE color: 7719385.

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

Color convert

RGB217201117-
CMYK00.070.460.15
HSL50.4º56.82%65.49%-
HSV(B)50.4º46.08%85.1%-
XYZ52.7157.8125.21-
YUV196.2183.3142.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 201 (78.91% from 255) = 37.57%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=40.56%
G=37.57%
B=21.87%

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
Decimal21720111700.070.460.1550.456.8265.49
HexD9C975072EF323941
Octal3313111650756176271101
Binary11011001110010011110101011110111011111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C975; }

 p { color: rgb(217,201,117); }

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

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

 a { background-color: rgb(217,201,117); }

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

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

 span { border-color: rgb(217,201,117); }

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