Shades of Chenin #DDBA74
Tints of Chenin #DDBA74
RGB
CMYK
RGB Variations
Color information
#DDBA74 (or 0xDDBA74) is known color: Chenin. HEX triplet: DD, BA and 74. RGB value is (221,186,116). Sum of RGB (Red+Green+Blue) = 221+186+116=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 116 (45.70% from 255 or 22.18% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBA74 is #22458B. Grayscale: #BCBCBC. Windows color (decimal): -2246028 or 7650013. OLE color: 7650013.
HSL color Cylindrical-coordinate representation of color #DDBA74: hue angle of 40º 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 #DDBA74 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 116 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.13 |
| HSL | 40º | 0.61% | 0.66% | - |
| HSV(B) | 40º | 0.48% | 0.87% | - |
| XYZ | 50.53 | 51.75 | 23.85 | - |
| YUV | 188.49 | 87.1 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 116 | 0 | 0.16 | 0.48 | 0.13 | 40 | 0.61 | 0.66 |
| Hex | DD | BA | 74 | 0 | 10 | 30 | D | 28 | 3D | 42 |
| Octal | 335 | 272 | 164 | 0 | 20 | 60 | 15 | 50 | 75 | 102 |
| Binary | 11011101 | 10111010 | 1110100 | 0 | 10000 | 110000 | 1101 | 101000 | 111101 | 1000010 |
Color Harmonies of #DDBA74
Complementary color
Monochromatic Colors of #DDBA74
Black with #DDBA74
Text Example
Text Example
White with #DDBA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA74; }
p { color: rgb(221,186,116); }
H1.HeaderClassName
{
color: #DDBA74;
}
.AnyTagClassName
{
color: #DDBA74;
}
</style>
background-color css
<style>
a { background-color: #DDBA74; }
a { background-color: rgb(221,186,116); }
div.DivClassName
{
background-color: #DDBA74;
}
.BgClassName
{
background-color: #DDBA74;
}
</style>
border-color css
<style>
span { border-color: #DDBA74; }
span { border-color: rgb(221,186,116); }
td.TdClassName
{
border-color: #DDBA74;
}
.TagClassName
{
border-color: #DDBA74;
}
</style>