Shades of Chenin #DCB870
Tints of Chenin #DCB870
RGB
CMYK
RGB Variations
Color information
#DCB870 (or 0xDCB870) is known color: Chenin. HEX triplet: DC, B8 and 70. RGB value is (220,184,112). Sum of RGB (Red+Green+Blue) = 220+184+112=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB870 is #23478F. Grayscale: #BABABA. Windows color (decimal): -2312080 or 7387356. OLE color: 7387356.
HSL color Cylindrical-coordinate representation of color #DCB870: hue angle of 40º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCB870 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 112 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 40º | 0.61% | 0.65% | - |
| HSV(B) | 40º | 0.49% | 0.86% | - |
| XYZ | 49.58 | 50.67 | 22.5 | - |
| YUV | 186.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 112 | 0 | 0.16 | 0.49 | 0.14 | 40 | 0.61 | 0.65 |
| Hex | DC | B8 | 70 | 0 | 10 | 31 | E | 28 | 3D | 41 |
| Octal | 334 | 270 | 160 | 0 | 20 | 61 | 16 | 50 | 75 | 101 |
| Binary | 11011100 | 10111000 | 1110000 | 0 | 10000 | 110001 | 1110 | 101000 | 111101 | 1000001 |
Color Harmonies of #DCB870
Complementary color
Monochromatic Colors of #DCB870
Black with #DCB870
Text Example
Text Example
White with #DCB870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB870; }
p { color: rgb(220,184,112); }
H1.HeaderClassName
{
color: #DCB870;
}
.AnyTagClassName
{
color: #DCB870;
}
</style>
background-color css
<style>
a { background-color: #DCB870; }
a { background-color: rgb(220,184,112); }
div.DivClassName
{
background-color: #DCB870;
}
.BgClassName
{
background-color: #DCB870;
}
</style>
border-color css
<style>
span { border-color: #DCB870; }
span { border-color: rgb(220,184,112); }
td.TdClassName
{
border-color: #DCB870;
}
.TagClassName
{
border-color: #DCB870;
}
</style>