Shades of Chenin #DDBE6C
Tints of Chenin #DDBE6C
RGB
CMYK
RGB Variations
Color information
#DDBE6C (or 0xDDBE6C) is known color: Chenin. HEX triplet: DD, BE and 6C. RGB value is (221,190,108). Sum of RGB (Red+Green+Blue) = 221+190+108=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 108 (42.58% from 255 or 20.81% from 519); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE6C is #224193. Grayscale: #BEBEBE. Windows color (decimal): -2245012 or 7126749. OLE color: 7126749.
HSL color Cylindrical-coordinate representation of color #DDBE6C: hue angle of 43.54º 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 #DDBE6C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 108 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.13 |
| HSL | 43.54º | 0.62% | 0.65% | - |
| HSV(B) | 43.54º | 0.51% | 0.87% | - |
| XYZ | 50.94 | 53.28 | 21.79 | - |
| YUV | 189.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 108 | 0 | 0.14 | 0.51 | 0.13 | 43.54 | 0.62 | 0.65 |
| Hex | DD | BE | 6C | 0 | E | 33 | D | 2C | 3E | 41 |
| Octal | 335 | 276 | 154 | 0 | 16 | 63 | 15 | 54 | 76 | 101 |
| Binary | 11011101 | 10111110 | 1101100 | 0 | 1110 | 110011 | 1101 | 101100 | 111110 | 1000001 |
Color Harmonies of #DDBE6C
Complementary color
Monochromatic Colors of #DDBE6C
Black with #DDBE6C
Text Example
Text Example
White with #DDBE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE6C; }
p { color: rgb(221,190,108); }
H1.HeaderClassName
{
color: #DDBE6C;
}
.AnyTagClassName
{
color: #DDBE6C;
}
</style>
background-color css
<style>
a { background-color: #DDBE6C; }
a { background-color: rgb(221,190,108); }
div.DivClassName
{
background-color: #DDBE6C;
}
.BgClassName
{
background-color: #DDBE6C;
}
</style>
border-color css
<style>
span { border-color: #DDBE6C; }
span { border-color: rgb(221,190,108); }
td.TdClassName
{
border-color: #DDBE6C;
}
.TagClassName
{
border-color: #DDBE6C;
}
</style>