Shades of Chenin #DDBB6B
Tints of Chenin #DDBB6B
RGB
CMYK
RGB Variations
Color information
#DDBB6B (or 0xDDBB6B) is known color: Chenin. HEX triplet: DD, BB and 6B. RGB value is (221,187,107). Sum of RGB (Red+Green+Blue) = 221+187+107=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6B is #224494. Grayscale: #BCBCBC. Windows color (decimal): -2245781 or 7060445. OLE color: 7060445.
HSL color Cylindrical-coordinate representation of color #DDBB6B: hue angle of 42.11º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDBB6B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 107 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.13 |
| HSL | 42.11º | 0.63% | 0.64% | - |
| HSV(B) | 42.11º | 0.52% | 0.87% | - |
| XYZ | 50.24 | 51.97 | 21.29 | - |
| YUV | 188.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 107 | 0 | 0.15 | 0.52 | 0.13 | 42.11 | 0.63 | 0.64 |
| Hex | DD | BB | 6B | 0 | F | 34 | D | 2A | 3F | 40 |
| Octal | 335 | 273 | 153 | 0 | 17 | 64 | 15 | 52 | 77 | 100 |
| Binary | 11011101 | 10111011 | 1101011 | 0 | 1111 | 110100 | 1101 | 101010 | 111111 | 1000000 |
Color Harmonies of #DDBB6B
Complementary color
Monochromatic Colors of #DDBB6B
Black with #DDBB6B
Text Example
Text Example
White with #DDBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB6B; }
p { color: rgb(221,187,107); }
H1.HeaderClassName
{
color: #DDBB6B;
}
.AnyTagClassName
{
color: #DDBB6B;
}
</style>
background-color css
<style>
a { background-color: #DDBB6B; }
a { background-color: rgb(221,187,107); }
div.DivClassName
{
background-color: #DDBB6B;
}
.BgClassName
{
background-color: #DDBB6B;
}
</style>
border-color css
<style>
span { border-color: #DDBB6B; }
span { border-color: rgb(221,187,107); }
td.TdClassName
{
border-color: #DDBB6B;
}
.TagClassName
{
border-color: #DDBB6B;
}
</style>