#D5C46E

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

Shades of Chenin #D5C46E

Tints of Chenin #D5C46E

Color information

#D5C46E (or 0xD5C46E) is unknown color: approx Chenin. HEX triplet: D5, C4 and 6E. RGB value is (213,196,110). Sum of RGB (Red+Green+Blue) = 213+196+110=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 196 (76.95% from 255 or 37.76% from 519); Blue value is 110 (43.36% from 255 or 21.19% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C46E is #2A3B91. Grayscale: #BFBFBF. Windows color (decimal): -2767762 or 7259349. OLE color: 7259349.

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

Color convert

RGB213196110-
CMYK00.080.480.16
HSL50.1º55.08%63.33%-
HSV(B)50.1º48.36%83.53%-
XYZ49.9954.7522.68-
YUV191.2882.13143.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.04%
GREEN value IS 196 (76.95% from 255) = 37.76%
BLUE value IS 110 (43.36% from 255) = 21.19%
R=41.04%
G=37.76%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319611000.080.480.1650.155.0863.33
HexD5C46E08301032373f
Octal3253041560106020626777
Binary110101011100010011011100100011000010000110010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C46E; }

 p { color: rgb(213,196,110); }

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

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

 a { background-color: rgb(213,196,110); }

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

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

 span { border-color: rgb(213,196,110); }

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