#D6C575

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

Shades of Chenin #D6C575

Tints of Chenin #D6C575

Color information

#D6C575 (or 0xD6C575) is unknown color: approx Chenin. HEX triplet: D6, C5 and 75. RGB value is (214,197,117). Sum of RGB (Red+Green+Blue) = 214+197+117=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 197 (77.34% from 255 or 37.31% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C575 is #293A8A. Grayscale: #C1C1C1. Windows color (decimal): -2701963 or 7718358. OLE color: 7718358.

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

Color convert

RGB214197117-
CMYK00.080.450.16
HSL49.48º54.19%64.9%-
HSV(B)49.48º45.33%83.92%-
XYZ50.9155.5124.86-
YUV192.9685.13143-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 117 (46.09% from 255) = 22.16%
R=40.53%
G=37.31%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419711700.080.450.1649.4854.1964.9
HexD6C575082D10313641
Octal32630516501055206166101
Binary1101011011000101111010101000101101100001100011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C575; }

 p { color: rgb(214,197,117); }

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

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

 a { background-color: rgb(214,197,117); }

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

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

 span { border-color: rgb(214,197,117); }

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