Shades of Chenin #DCBB69
Tints of Chenin #DCBB69
RGB
CMYK
RGB Variations
Color information
#DCBB69 (or 0xDCBB69) is known color: Chenin. HEX triplet: DC, BB and 69. RGB value is (220,187,105). Sum of RGB (Red+Green+Blue) = 220+187+105=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBB69 is #234496. Grayscale: #BBBBBB. Windows color (decimal): -2311319 or 6929372. OLE color: 6929372.
HSL color Cylindrical-coordinate representation of color #DCBB69: hue angle of 42.78º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCBB69 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 105 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.14 |
| HSL | 42.78º | 0.62% | 0.64% | - |
| HSV(B) | 42.78º | 0.52% | 0.86% | - |
| XYZ | 49.84 | 51.78 | 20.73 | - |
| YUV | 187.52 | 81.43 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 105 | 0 | 0.15 | 0.52 | 0.14 | 42.78 | 0.62 | 0.64 |
| Hex | DC | BB | 69 | 0 | F | 34 | E | 2B | 3E | 40 |
| Octal | 334 | 273 | 151 | 0 | 17 | 64 | 16 | 53 | 76 | 100 |
| Binary | 11011100 | 10111011 | 1101001 | 0 | 1111 | 110100 | 1110 | 101011 | 111110 | 1000000 |
Color Harmonies of #DCBB69
Complementary color
Monochromatic Colors of #DCBB69
Black with #DCBB69
Text Example
Text Example
White with #DCBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBB69; }
p { color: rgb(220,187,105); }
H1.HeaderClassName
{
color: #DCBB69;
}
.AnyTagClassName
{
color: #DCBB69;
}
</style>
background-color css
<style>
a { background-color: #DCBB69; }
a { background-color: rgb(220,187,105); }
div.DivClassName
{
background-color: #DCBB69;
}
.BgClassName
{
background-color: #DCBB69;
}
</style>
border-color css
<style>
span { border-color: #DCBB69; }
span { border-color: rgb(220,187,105); }
td.TdClassName
{
border-color: #DCBB69;
}
.TagClassName
{
border-color: #DCBB69;
}
</style>