Shades of Chenin #DDBD6A
Tints of Chenin #DDBD6A
RGB
CMYK
RGB Variations
Color information
#DDBD6A (or 0xDDBD6A) is known color: Chenin. HEX triplet: DD, BD and 6A. RGB value is (221,189,106). Sum of RGB (Red+Green+Blue) = 221+189+106=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 106 (41.80% from 255 or 20.54% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD6A is #224295. Grayscale: #BDBDBD. Windows color (decimal): -2245270 or 6995421. OLE color: 6995421.
HSL color Cylindrical-coordinate representation of color #DDBD6A: hue angle of 43.3º 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 #DDBD6A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 106 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.13 |
| HSL | 43.3º | 0.63% | 0.64% | - |
| HSV(B) | 43.3º | 0.52% | 0.87% | - |
| XYZ | 50.62 | 52.81 | 21.16 | - |
| YUV | 189.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 106 | 0 | 0.14 | 0.52 | 0.13 | 43.3 | 0.63 | 0.64 |
| Hex | DD | BD | 6A | 0 | E | 34 | D | 2B | 3F | 40 |
| Octal | 335 | 275 | 152 | 0 | 16 | 64 | 15 | 53 | 77 | 100 |
| Binary | 11011101 | 10111101 | 1101010 | 0 | 1110 | 110100 | 1101 | 101011 | 111111 | 1000000 |
Color Harmonies of #DDBD6A
Complementary color
Monochromatic Colors of #DDBD6A
Black with #DDBD6A
Text Example
Text Example
White with #DDBD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD6A; }
p { color: rgb(221,189,106); }
H1.HeaderClassName
{
color: #DDBD6A;
}
.AnyTagClassName
{
color: #DDBD6A;
}
</style>
background-color css
<style>
a { background-color: #DDBD6A; }
a { background-color: rgb(221,189,106); }
div.DivClassName
{
background-color: #DDBD6A;
}
.BgClassName
{
background-color: #DDBD6A;
}
</style>
border-color css
<style>
span { border-color: #DDBD6A; }
span { border-color: rgb(221,189,106); }
td.TdClassName
{
border-color: #DDBD6A;
}
.TagClassName
{
border-color: #DDBD6A;
}
</style>