Shades of Chenin #DDBD74
Tints of Chenin #DDBD74
RGB
CMYK
RGB Variations
Color information
#DDBD74 (or 0xDDBD74) is known color: Chenin. HEX triplet: DD, BD and 74. RGB value is (221,189,116). Sum of RGB (Red+Green+Blue) = 221+189+116=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 189 (74.22% from 255 or 35.93% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD74 is #22428B. Grayscale: #BEBEBE. Windows color (decimal): -2245260 or 7650781. OLE color: 7650781.
HSL color Cylindrical-coordinate representation of color #DDBD74: hue angle of 41.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDBD74 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 116 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 41.71º | 0.61% | 0.66% | - |
| HSV(B) | 41.71º | 0.48% | 0.87% | - |
| XYZ | 51.17 | 53.03 | 24.06 | - |
| YUV | 190.25 | 86.1 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 116 | 0 | 0.14 | 0.48 | 0.13 | 41.71 | 0.61 | 0.66 |
| Hex | DD | BD | 74 | 0 | E | 30 | D | 2A | 3D | 42 |
| Octal | 335 | 275 | 164 | 0 | 16 | 60 | 15 | 52 | 75 | 102 |
| Binary | 11011101 | 10111101 | 1110100 | 0 | 1110 | 110000 | 1101 | 101010 | 111101 | 1000010 |
Color Harmonies of #DDBD74
Complementary color
Monochromatic Colors of #DDBD74
Black with #DDBD74
Text Example
Text Example
White with #DDBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD74; }
p { color: rgb(221,189,116); }
H1.HeaderClassName
{
color: #DDBD74;
}
.AnyTagClassName
{
color: #DDBD74;
}
</style>
background-color css
<style>
a { background-color: #DDBD74; }
a { background-color: rgb(221,189,116); }
div.DivClassName
{
background-color: #DDBD74;
}
.BgClassName
{
background-color: #DDBD74;
}
</style>
border-color css
<style>
span { border-color: #DDBD74; }
span { border-color: rgb(221,189,116); }
td.TdClassName
{
border-color: #DDBD74;
}
.TagClassName
{
border-color: #DDBD74;
}
</style>