Shades of Chenin #DDBE74
Tints of Chenin #DDBE74
RGB
CMYK
RGB Variations
Color information
#DDBE74 (or 0xDDBE74) is known color: Chenin. HEX triplet: DD, BE and 74. RGB value is (221,190,116). Sum of RGB (Red+Green+Blue) = 221+190+116=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBE74 is #22418B. Grayscale: #BFBFBF. Windows color (decimal): -2245004 or 7651037. OLE color: 7651037.
HSL color Cylindrical-coordinate representation of color #DDBE74: hue angle of 42.29º 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 #DDBE74 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 116 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 42.29º | 0.61% | 0.66% | - |
| HSV(B) | 42.29º | 0.48% | 0.87% | - |
| XYZ | 51.38 | 53.46 | 24.13 | - |
| YUV | 190.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 116 | 0 | 0.14 | 0.48 | 0.13 | 42.29 | 0.61 | 0.66 |
| Hex | DD | BE | 74 | 0 | E | 30 | D | 2A | 3D | 42 |
| Octal | 335 | 276 | 164 | 0 | 16 | 60 | 15 | 52 | 75 | 102 |
| Binary | 11011101 | 10111110 | 1110100 | 0 | 1110 | 110000 | 1101 | 101010 | 111101 | 1000010 |
Color Harmonies of #DDBE74
Complementary color
Monochromatic Colors of #DDBE74
Black with #DDBE74
Text Example
Text Example
White with #DDBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE74; }
p { color: rgb(221,190,116); }
H1.HeaderClassName
{
color: #DDBE74;
}
.AnyTagClassName
{
color: #DDBE74;
}
</style>
background-color css
<style>
a { background-color: #DDBE74; }
a { background-color: rgb(221,190,116); }
div.DivClassName
{
background-color: #DDBE74;
}
.BgClassName
{
background-color: #DDBE74;
}
</style>
border-color css
<style>
span { border-color: #DDBE74; }
span { border-color: rgb(221,190,116); }
td.TdClassName
{
border-color: #DDBE74;
}
.TagClassName
{
border-color: #DDBE74;
}
</style>