#D4C474

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

Shades of Chenin #D4C474

Tints of Chenin #D4C474

Color information

#D4C474 (or 0xD4C474) is unknown color: approx Chenin. HEX triplet: D4, C4 and 74. RGB value is (212,196,116). Sum of RGB (Red+Green+Blue) = 212+196+116=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 196 (76.95% from 255 or 37.40% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C474 is #2B3B8B. Grayscale: #C0C0C0. Windows color (decimal): -2833292 or 7652564. OLE color: 7652564.

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

Color convert

RGB212196116-
CMYK00.080.450.17
HSL50º52.75%64.31%-
HSV(B)50º45.28%83.14%-
XYZ50.0454.7424.45-
YUV191.6685.3142.5-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 196 (76.95% from 255) = 37.40%
BLUE value IS 116 (45.70% from 255) = 22.14%
R=40.46%
G=37.40%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219611600.080.450.175052.7564.31
HexD4C474082D11323540
Octal32430416401055216265100
Binary1101010011000100111010001000101101100011100101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C474; }

 p { color: rgb(212,196,116); }

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

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

 a { background-color: rgb(212,196,116); }

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

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

 span { border-color: rgb(212,196,116); }

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