Shades of Chenin #DDBC67
Tints of Chenin #DDBC67
RGB
CMYK
RGB Variations
Color information
#DDBC67 (or 0xDDBC67) is known color: Chenin. HEX triplet: DD, BC and 67. RGB value is (221,188,103). Sum of RGB (Red+Green+Blue) = 221+188+103=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 103 (40.62% from 255 or 20.12% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBC67 is #224398. Grayscale: #BCBCBC. Windows color (decimal): -2245529 or 6798557. OLE color: 6798557.
HSL color Cylindrical-coordinate representation of color #DDBC67: hue angle of 43.22º 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 #DDBC67 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 103 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.13 |
| HSL | 43.22º | 0.63% | 0.64% | - |
| HSV(B) | 43.22º | 0.53% | 0.87% | - |
| XYZ | 50.25 | 52.32 | 20.28 | - |
| YUV | 188.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 103 | 0 | 0.15 | 0.53 | 0.13 | 43.22 | 0.63 | 0.64 |
| Hex | DD | BC | 67 | 0 | F | 35 | D | 2B | 3F | 40 |
| Octal | 335 | 274 | 147 | 0 | 17 | 65 | 15 | 53 | 77 | 100 |
| Binary | 11011101 | 10111100 | 1100111 | 0 | 1111 | 110101 | 1101 | 101011 | 111111 | 1000000 |
Color Harmonies of #DDBC67
Complementary color
Monochromatic Colors of #DDBC67
Black with #DDBC67
Text Example
Text Example
White with #DDBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC67; }
p { color: rgb(221,188,103); }
H1.HeaderClassName
{
color: #DDBC67;
}
.AnyTagClassName
{
color: #DDBC67;
}
</style>
background-color css
<style>
a { background-color: #DDBC67; }
a { background-color: rgb(221,188,103); }
div.DivClassName
{
background-color: #DDBC67;
}
.BgClassName
{
background-color: #DDBC67;
}
</style>
border-color css
<style>
span { border-color: #DDBC67; }
span { border-color: rgb(221,188,103); }
td.TdClassName
{
border-color: #DDBC67;
}
.TagClassName
{
border-color: #DDBC67;
}
</style>