Shades of Chenin #DCB874
Tints of Chenin #DCB874
RGB
CMYK
RGB Variations
Color information
#DCB874 (or 0xDCB874) is known color: Chenin. HEX triplet: DC, B8 and 74. RGB value is (220,184,116). Sum of RGB (Red+Green+Blue) = 220+184+116=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCB874 is #23478B. Grayscale: #BBBBBB. Windows color (decimal): -2312076 or 7649500. OLE color: 7649500.
HSL color Cylindrical-coordinate representation of color #DCB874: hue angle of 39.23º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCB874 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 184 | 116 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 39.23º | 0.6% | 0.66% | - |
| HSV(B) | 39.23º | 0.47% | 0.86% | - |
| XYZ | 49.81 | 50.76 | 23.7 | - |
| YUV | 187.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 116 | 0 | 0.16 | 0.47 | 0.14 | 39.23 | 0.6 | 0.66 |
| Hex | DC | B8 | 74 | 0 | 10 | 2F | E | 27 | 3C | 42 |
| Octal | 334 | 270 | 164 | 0 | 20 | 57 | 16 | 47 | 74 | 102 |
| Binary | 11011100 | 10111000 | 1110100 | 0 | 10000 | 101111 | 1110 | 100111 | 111100 | 1000010 |
Color Harmonies of #DCB874
Complementary color
Monochromatic Colors of #DCB874
Black with #DCB874
Text Example
Text Example
White with #DCB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB874; }
p { color: rgb(220,184,116); }
H1.HeaderClassName
{
color: #DCB874;
}
.AnyTagClassName
{
color: #DCB874;
}
</style>
background-color css
<style>
a { background-color: #DCB874; }
a { background-color: rgb(220,184,116); }
div.DivClassName
{
background-color: #DCB874;
}
.BgClassName
{
background-color: #DCB874;
}
</style>
border-color css
<style>
span { border-color: #DCB874; }
span { border-color: rgb(220,184,116); }
td.TdClassName
{
border-color: #DCB874;
}
.TagClassName
{
border-color: #DCB874;
}
</style>