Shades of Chenin #DDBD6F
Tints of Chenin #DDBD6F
RGB
CMYK
RGB Variations
Color information
#DDBD6F (or 0xDDBD6F) is known color: Chenin. HEX triplet: DD, BD and 6F. RGB value is (221,189,111). Sum of RGB (Red+Green+Blue) = 221+189+111=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6F is #224290. Grayscale: #BEBEBE. Windows color (decimal): -2245265 or 7323101. OLE color: 7323101.
HSL color Cylindrical-coordinate representation of color #DDBD6F: hue angle of 42.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDBD6F is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 111 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.13 |
| HSL | 42.55º | 0.62% | 0.65% | - |
| HSV(B) | 42.55º | 0.5% | 0.87% | - |
| XYZ | 50.89 | 52.92 | 22.57 | - |
| YUV | 189.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 111 | 0 | 0.14 | 0.50 | 0.13 | 42.55 | 0.62 | 0.65 |
| Hex | DD | BD | 6F | 0 | E | 32 | D | 2B | 3E | 41 |
| Octal | 335 | 275 | 157 | 0 | 16 | 62 | 15 | 53 | 76 | 101 |
| Binary | 11011101 | 10111101 | 1101111 | 0 | 1110 | 110010 | 1101 | 101011 | 111110 | 1000001 |
Color Harmonies of #DDBD6F
Complementary color
Monochromatic Colors of #DDBD6F
Black with #DDBD6F
Text Example
Text Example
White with #DDBD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD6F; }
p { color: rgb(221,189,111); }
H1.HeaderClassName
{
color: #DDBD6F;
}
.AnyTagClassName
{
color: #DDBD6F;
}
</style>
background-color css
<style>
a { background-color: #DDBD6F; }
a { background-color: rgb(221,189,111); }
div.DivClassName
{
background-color: #DDBD6F;
}
.BgClassName
{
background-color: #DDBD6F;
}
</style>
border-color css
<style>
span { border-color: #DDBD6F; }
span { border-color: rgb(221,189,111); }
td.TdClassName
{
border-color: #DDBD6F;
}
.TagClassName
{
border-color: #DDBD6F;
}
</style>