Shades of Chenin #DDBB6D
Tints of Chenin #DDBB6D
RGB
CMYK
RGB Variations
Color information
#DDBB6D (or 0xDDBB6D) is known color: Chenin. HEX triplet: DD, BB and 6D. RGB value is (221,187,109). Sum of RGB (Red+Green+Blue) = 221+187+109=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 109 (42.97% from 255 or 21.08% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBB6D is #224492. Grayscale: #BCBCBC. Windows color (decimal): -2245779 or 7191517. OLE color: 7191517.
HSL color Cylindrical-coordinate representation of color #DDBB6D: hue angle of 41.79º 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 #DDBB6D is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 109 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.13 |
| HSL | 41.79º | 0.62% | 0.65% | - |
| HSV(B) | 41.79º | 0.51% | 0.87% | - |
| XYZ | 50.35 | 52.02 | 21.85 | - |
| YUV | 188.27 | 83.26 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 109 | 0 | 0.15 | 0.51 | 0.13 | 41.79 | 0.62 | 0.65 |
| Hex | DD | BB | 6D | 0 | F | 33 | D | 2A | 3E | 41 |
| Octal | 335 | 273 | 155 | 0 | 17 | 63 | 15 | 52 | 76 | 101 |
| Binary | 11011101 | 10111011 | 1101101 | 0 | 1111 | 110011 | 1101 | 101010 | 111110 | 1000001 |
Color Harmonies of #DDBB6D
Complementary color
Monochromatic Colors of #DDBB6D
Black with #DDBB6D
Text Example
Text Example
White with #DDBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB6D; }
p { color: rgb(221,187,109); }
H1.HeaderClassName
{
color: #DDBB6D;
}
.AnyTagClassName
{
color: #DDBB6D;
}
</style>
background-color css
<style>
a { background-color: #DDBB6D; }
a { background-color: rgb(221,187,109); }
div.DivClassName
{
background-color: #DDBB6D;
}
.BgClassName
{
background-color: #DDBB6D;
}
</style>
border-color css
<style>
span { border-color: #DDBB6D; }
span { border-color: rgb(221,187,109); }
td.TdClassName
{
border-color: #DDBB6D;
}
.TagClassName
{
border-color: #DDBB6D;
}
</style>