#D4C96A

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

Shades of Chenin #D4C96A

Tints of Chenin #D4C96A

Color information

#D4C96A (or 0xD4C96A) is unknown color: approx Chenin. HEX triplet: D4, C9 and 6A. RGB value is (212,201,106). Sum of RGB (Red+Green+Blue) = 212+201+106=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 201 (78.91% from 255 or 38.73% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C96A is #2B3695. Grayscale: #C1C1C1. Windows color (decimal): -2832022 or 6998484. OLE color: 6998484.

HSL color Cylindrical-coordinate representation of color #D4C96A: hue angle of 53.77º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D4C96A is Cyan = 0, Magento = 0.05, Yellow = 0.5 and Black (K on CMYK) = 0.17.

Color convert

RGB212201106-
CMYK00.050.50.17
HSL53.77º55.21%62.35%-
HSV(B)53.77º50%83.14%-
XYZ50.6456.8121.93-
YUV193.4678.64141.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.85%
GREEN value IS 201 (78.91% from 255) = 38.73%
BLUE value IS 106 (41.80% from 255) = 20.42%
R=40.85%
G=38.73%
B=20.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220110600.050.50.1753.7755.2162.35
HexD4C96A05321136373e
Octal324311152056221666776
Binary11010100110010011101010010111001010001110110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C96A; }

 p { color: rgb(212,201,106); }

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

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

 a { background-color: rgb(212,201,106); }

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

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

 span { border-color: rgb(212,201,106); }

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