#D5C56E

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

Shades of Chenin #D5C56E

Tints of Chenin #D5C56E

Color information

#D5C56E (or 0xD5C56E) is unknown color: approx Chenin. HEX triplet: D5, C5 and 6E. RGB value is (213,197,110). Sum of RGB (Red+Green+Blue) = 213+197+110=520 (68% of max value = 765). Red value is 213 (83.59% from 255 or 40.96% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C56E is #2A3A91. Grayscale: #C0C0C0. Windows color (decimal): -2767506 or 7259605. OLE color: 7259605.

HSL color Cylindrical-coordinate representation of color #D5C56E: hue angle of 50.68º 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 #D5C56E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB213197110-
CMYK00.080.480.16
HSL50.68º55.08%63.33%-
HSV(B)50.68º48.36%83.53%-
XYZ50.2255.222.76-
YUV191.8781.8143.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.96%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 110 (43.36% from 255) = 21.15%
R=40.96%
G=37.88%
B=21.15%

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
Decimal21319711000.080.480.1650.6855.0863.33
HexD5C56E08301033373f
Octal3253051560106020636777
Binary110101011100010111011100100011000010000110011110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C56E; }

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

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

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

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

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

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

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

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