Shades of Chenin #DCBB75
Tints of Chenin #DCBB75
RGB
CMYK
RGB Variations
Color information
#DCBB75 (or 0xDCBB75) is known color: Chenin. HEX triplet: DC, BB and 75. RGB value is (220,187,117). Sum of RGB (Red+Green+Blue) = 220+187+117=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB75 is #23448A. Grayscale: #BDBDBD. Windows color (decimal): -2311307 or 7715804. OLE color: 7715804.
HSL color Cylindrical-coordinate representation of color #DCBB75: hue angle of 40.78º 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 #DCBB75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 117 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 40.78º | 0.6% | 0.66% | - |
| HSV(B) | 40.78º | 0.47% | 0.86% | - |
| XYZ | 50.5 | 52.04 | 24.21 | - |
| YUV | 188.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 117 | 0 | 0.15 | 0.47 | 0.14 | 40.78 | 0.6 | 0.66 |
| Hex | DC | BB | 75 | 0 | F | 2F | E | 29 | 3C | 42 |
| Octal | 334 | 273 | 165 | 0 | 17 | 57 | 16 | 51 | 74 | 102 |
| Binary | 11011100 | 10111011 | 1110101 | 0 | 1111 | 101111 | 1110 | 101001 | 111100 | 1000010 |
Color Harmonies of #DCBB75
Complementary color
Monochromatic Colors of #DCBB75
Black with #DCBB75
Text Example
Text Example
White with #DCBB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB75; }
p { color: rgb(220,187,117); }
H1.HeaderClassName
{
color: #DCBB75;
}
.AnyTagClassName
{
color: #DCBB75;
}
</style>
background-color css
<style>
a { background-color: #DCBB75; }
a { background-color: rgb(220,187,117); }
div.DivClassName
{
background-color: #DCBB75;
}
.BgClassName
{
background-color: #DCBB75;
}
</style>
border-color css
<style>
span { border-color: #DCBB75; }
span { border-color: rgb(220,187,117); }
td.TdClassName
{
border-color: #DCBB75;
}
.TagClassName
{
border-color: #DCBB75;
}
</style>