#D4C26E

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

Shades of Chenin #D4C26E

Tints of Chenin #D4C26E

Color information

#D4C26E (or 0xD4C26E) is unknown color: approx Chenin. HEX triplet: D4, C2 and 6E. RGB value is (212,194,110). Sum of RGB (Red+Green+Blue) = 212+194+110=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 110 (43.36% from 255 or 21.32% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C26E is #2B3D91. Grayscale: #BEBEBE. Windows color (decimal): -2833810 or 7258836. OLE color: 7258836.

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

Color convert

RGB212194110-
CMYK00.080.480.17
HSL49.41º54.26%63.14%-
HSV(B)49.41º48.11%83.14%-
XYZ49.2653.7122.52-
YUV189.8182.96143.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.09%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 110 (43.36% from 255) = 21.32%
R=41.09%
G=37.60%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219411000.080.480.1749.4154.2663.14
HexD4C26E08301131363f
Octal3243021560106021616677
Binary110101001100001011011100100011000010001110001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C26E; }

 p { color: rgb(212,194,110); }

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

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

 a { background-color: rgb(212,194,110); }

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

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

 span { border-color: rgb(212,194,110); }

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