#D4C075

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

Shades of Chenin #D4C075

Tints of Chenin #D4C075

Color information

#D4C075 (or 0xD4C075) is unknown color: approx Chenin. HEX triplet: D4, C0 and 75. RGB value is (212,192,117). Sum of RGB (Red+Green+Blue) = 212+192+117=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C075 is #2B3F8A. Grayscale: #BDBDBD. Windows color (decimal): -2834315 or 7717076. OLE color: 7717076.

HSL color Cylindrical-coordinate representation of color #D4C075: hue angle of 47.37º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4C075 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212192117-
CMYK00.090.450.17
HSL47.37º52.49%64.51%-
HSV(B)47.37º44.81%83.14%-
XYZ49.2152.9824.46-
YUV189.4387.13144.1-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 192 (75.39% from 255) = 36.85%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=40.69%
G=36.85%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219211700.090.450.1747.3752.4964.51
HexD4C075092D112f3441
Octal32430016501155215764101
Binary1101010011000000111010101001101101100011011111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C075; }

 p { color: rgb(212,192,117); }

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

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

 a { background-color: rgb(212,192,117); }

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

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

 span { border-color: rgb(212,192,117); }

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