Shades of Chenin #DDBB6A
Tints of Chenin #DDBB6A
RGB
CMYK
RGB Variations
Color information
#DDBB6A (or 0xDDBB6A) is known color: Chenin. HEX triplet: DD, BB and 6A. RGB value is (221,187,106). Sum of RGB (Red+Green+Blue) = 221+187+106=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6A is #224495. Grayscale: #BCBCBC. Windows color (decimal): -2245782 or 6994909. OLE color: 6994909.
HSL color Cylindrical-coordinate representation of color #DDBB6A: hue angle of 42.26º 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 #DDBB6A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 106 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.13 |
| HSL | 42.26º | 0.63% | 0.64% | - |
| HSV(B) | 42.26º | 0.52% | 0.87% | - |
| XYZ | 50.19 | 51.95 | 21.02 | - |
| YUV | 187.93 | 81.76 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 106 | 0 | 0.15 | 0.52 | 0.13 | 42.26 | 0.63 | 0.64 |
| Hex | DD | BB | 6A | 0 | F | 34 | D | 2A | 3F | 40 |
| Octal | 335 | 273 | 152 | 0 | 17 | 64 | 15 | 52 | 77 | 100 |
| Binary | 11011101 | 10111011 | 1101010 | 0 | 1111 | 110100 | 1101 | 101010 | 111111 | 1000000 |
Color Harmonies of #DDBB6A
Complementary color
Monochromatic Colors of #DDBB6A
Black with #DDBB6A
Text Example
Text Example
White with #DDBB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB6A; }
p { color: rgb(221,187,106); }
H1.HeaderClassName
{
color: #DDBB6A;
}
.AnyTagClassName
{
color: #DDBB6A;
}
</style>
background-color css
<style>
a { background-color: #DDBB6A; }
a { background-color: rgb(221,187,106); }
div.DivClassName
{
background-color: #DDBB6A;
}
.BgClassName
{
background-color: #DDBB6A;
}
</style>
border-color css
<style>
span { border-color: #DDBB6A; }
span { border-color: rgb(221,187,106); }
td.TdClassName
{
border-color: #DDBB6A;
}
.TagClassName
{
border-color: #DDBB6A;
}
</style>