Shades of Chenin #DCBD77
Tints of Chenin #DCBD77
RGB
CMYK
RGB Variations
Color information
#DCBD77 (or 0xDCBD77) is known color: Chenin. HEX triplet: DC, BD and 77. RGB value is (220,189,119). Sum of RGB (Red+Green+Blue) = 220+189+119=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 119 (46.88% from 255 or 22.54% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD77 is #234288. Grayscale: #BEBEBE. Windows color (decimal): -2310793 or 7847388. OLE color: 7847388.
HSL color Cylindrical-coordinate representation of color #DCBD77: hue angle of 41.58º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCBD77 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 119 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.14 |
| HSL | 41.58º | 0.59% | 0.66% | - |
| HSV(B) | 41.58º | 0.46% | 0.86% | - |
| XYZ | 51.04 | 52.94 | 24.98 | - |
| YUV | 190.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 119 | 0 | 0.14 | 0.46 | 0.14 | 41.58 | 0.59 | 0.66 |
| Hex | DC | BD | 77 | 0 | E | 2E | E | 2A | 3B | 42 |
| Octal | 334 | 275 | 167 | 0 | 16 | 56 | 16 | 52 | 73 | 102 |
| Binary | 11011100 | 10111101 | 1110111 | 0 | 1110 | 101110 | 1110 | 101010 | 111011 | 1000010 |
Color Harmonies of #DCBD77
Complementary color
Monochromatic Colors of #DCBD77
Black with #DCBD77
Text Example
Text Example
White with #DCBD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD77; }
p { color: rgb(220,189,119); }
H1.HeaderClassName
{
color: #DCBD77;
}
.AnyTagClassName
{
color: #DCBD77;
}
</style>
background-color css
<style>
a { background-color: #DCBD77; }
a { background-color: rgb(220,189,119); }
div.DivClassName
{
background-color: #DCBD77;
}
.BgClassName
{
background-color: #DCBD77;
}
</style>
border-color css
<style>
span { border-color: #DCBD77; }
span { border-color: rgb(220,189,119); }
td.TdClassName
{
border-color: #DCBD77;
}
.TagClassName
{
border-color: #DCBD77;
}
</style>