Shades of Chenin #DDBD6B
Tints of Chenin #DDBD6B
RGB
CMYK
RGB Variations
Color information
#DDBD6B (or 0xDDBD6B) is known color: Chenin. HEX triplet: DD, BD and 6B. RGB value is (221,189,107). Sum of RGB (Red+Green+Blue) = 221+189+107=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6B is #224294. Grayscale: #BDBDBD. Windows color (decimal): -2245269 or 7060957. OLE color: 7060957.
HSL color Cylindrical-coordinate representation of color #DDBD6B: hue angle of 43.16º 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 #DDBD6B is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 107 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.13 |
| HSL | 43.16º | 0.63% | 0.64% | - |
| HSV(B) | 43.16º | 0.52% | 0.87% | - |
| XYZ | 50.67 | 52.83 | 21.44 | - |
| YUV | 189.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 107 | 0 | 0.14 | 0.52 | 0.13 | 43.16 | 0.63 | 0.64 |
| Hex | DD | BD | 6B | 0 | E | 34 | D | 2B | 3F | 40 |
| Octal | 335 | 275 | 153 | 0 | 16 | 64 | 15 | 53 | 77 | 100 |
| Binary | 11011101 | 10111101 | 1101011 | 0 | 1110 | 110100 | 1101 | 101011 | 111111 | 1000000 |
Color Harmonies of #DDBD6B
Complementary color
Monochromatic Colors of #DDBD6B
Black with #DDBD6B
Text Example
Text Example
White with #DDBD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD6B; }
p { color: rgb(221,189,107); }
H1.HeaderClassName
{
color: #DDBD6B;
}
.AnyTagClassName
{
color: #DDBD6B;
}
</style>
background-color css
<style>
a { background-color: #DDBD6B; }
a { background-color: rgb(221,189,107); }
div.DivClassName
{
background-color: #DDBD6B;
}
.BgClassName
{
background-color: #DDBD6B;
}
</style>
border-color css
<style>
span { border-color: #DDBD6B; }
span { border-color: rgb(221,189,107); }
td.TdClassName
{
border-color: #DDBD6B;
}
.TagClassName
{
border-color: #DDBD6B;
}
</style>