Shades of Chenin #DDBD68
Tints of Chenin #DDBD68
RGB
CMYK
RGB Variations
Color information
#DDBD68 (or 0xDDBD68) is known color: Chenin. HEX triplet: DD, BD and 68. RGB value is (221,189,104). Sum of RGB (Red+Green+Blue) = 221+189+104=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBD68 is #224297. Grayscale: #BDBDBD. Windows color (decimal): -2245272 or 6864349. OLE color: 6864349.
HSL color Cylindrical-coordinate representation of color #DDBD68: hue angle of 43.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDBD68 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 104 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.13 |
| HSL | 43.59º | 0.63% | 0.64% | - |
| HSV(B) | 43.59º | 0.53% | 0.87% | - |
| XYZ | 50.52 | 52.77 | 20.62 | - |
| YUV | 188.88 | 80.1 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 104 | 0 | 0.14 | 0.53 | 0.13 | 43.59 | 0.63 | 0.64 |
| Hex | DD | BD | 68 | 0 | E | 35 | D | 2C | 3F | 40 |
| Octal | 335 | 275 | 150 | 0 | 16 | 65 | 15 | 54 | 77 | 100 |
| Binary | 11011101 | 10111101 | 1101000 | 0 | 1110 | 110101 | 1101 | 101100 | 111111 | 1000000 |
Color Harmonies of #DDBD68
Complementary color
Monochromatic Colors of #DDBD68
Black with #DDBD68
Text Example
Text Example
White with #DDBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD68; }
p { color: rgb(221,189,104); }
H1.HeaderClassName
{
color: #DDBD68;
}
.AnyTagClassName
{
color: #DDBD68;
}
</style>
background-color css
<style>
a { background-color: #DDBD68; }
a { background-color: rgb(221,189,104); }
div.DivClassName
{
background-color: #DDBD68;
}
.BgClassName
{
background-color: #DDBD68;
}
</style>
border-color css
<style>
span { border-color: #DDBD68; }
span { border-color: rgb(221,189,104); }
td.TdClassName
{
border-color: #DDBD68;
}
.TagClassName
{
border-color: #DDBD68;
}
</style>