Shades of Chenin #DDBB6C
Tints of Chenin #DDBB6C
RGB
CMYK
RGB Variations
Color information
#DDBB6C (or 0xDDBB6C) is known color: Chenin. HEX triplet: DD, BB and 6C. RGB value is (221,187,108). Sum of RGB (Red+Green+Blue) = 221+187+108=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6C is #224493. Grayscale: #BCBCBC. Windows color (decimal): -2245780 or 7125981. OLE color: 7125981.
HSL color Cylindrical-coordinate representation of color #DDBB6C: hue angle of 41.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDBB6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 108 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.13 |
| HSL | 41.95º | 0.62% | 0.65% | - |
| HSV(B) | 41.95º | 0.51% | 0.87% | - |
| XYZ | 50.3 | 52 | 21.57 | - |
| YUV | 188.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 108 | 0 | 0.15 | 0.51 | 0.13 | 41.95 | 0.62 | 0.65 |
| Hex | DD | BB | 6C | 0 | F | 33 | D | 2A | 3E | 41 |
| Octal | 335 | 273 | 154 | 0 | 17 | 63 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111011 | 1101100 | 0 | 1111 | 110011 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBB6C
Complementary color
Monochromatic Colors of #DDBB6C
Black with #DDBB6C
Text Example
Text Example
White with #DDBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB6C; }
p { color: rgb(221,187,108); }
H1.HeaderClassName
{
color: #DDBB6C;
}
.AnyTagClassName
{
color: #DDBB6C;
}
</style>
background-color css
<style>
a { background-color: #DDBB6C; }
a { background-color: rgb(221,187,108); }
div.DivClassName
{
background-color: #DDBB6C;
}
.BgClassName
{
background-color: #DDBB6C;
}
</style>
border-color css
<style>
span { border-color: #DDBB6C; }
span { border-color: rgb(221,187,108); }
td.TdClassName
{
border-color: #DDBB6C;
}
.TagClassName
{
border-color: #DDBB6C;
}
</style>