Shades of Chenin #DDBF68
Tints of Chenin #DDBF68
RGB
CMYK
RGB Variations
Color information
#DDBF68 (or 0xDDBF68) is known color: Chenin. HEX triplet: DD, BF and 68. RGB value is (221,191,104). Sum of RGB (Red+Green+Blue) = 221+191+104=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF68 is #224097. Grayscale: #BEBEBE. Windows color (decimal): -2244760 or 6864861. OLE color: 6864861.
HSL color Cylindrical-coordinate representation of color #DDBF68: hue angle of 44.62º 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 #DDBF68 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 104 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.13 |
| HSL | 44.62º | 0.63% | 0.64% | - |
| HSV(B) | 44.62º | 0.53% | 0.87% | - |
| XYZ | 50.95 | 53.63 | 20.76 | - |
| YUV | 190.05 | 79.44 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 104 | 0 | 0.14 | 0.53 | 0.13 | 44.62 | 0.63 | 0.64 |
| Hex | DD | BF | 68 | 0 | E | 35 | D | 2D | 3F | 40 |
| Octal | 335 | 277 | 150 | 0 | 16 | 65 | 15 | 55 | 77 | 100 |
| Binary | 11011101 | 10111111 | 1101000 | 0 | 1110 | 110101 | 1101 | 101101 | 111111 | 1000000 |
Color Harmonies of #DDBF68
Complementary color
Monochromatic Colors of #DDBF68
Black with #DDBF68
Text Example
Text Example
White with #DDBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF68; }
p { color: rgb(221,191,104); }
H1.HeaderClassName
{
color: #DDBF68;
}
.AnyTagClassName
{
color: #DDBF68;
}
</style>
background-color css
<style>
a { background-color: #DDBF68; }
a { background-color: rgb(221,191,104); }
div.DivClassName
{
background-color: #DDBF68;
}
.BgClassName
{
background-color: #DDBF68;
}
</style>
border-color css
<style>
span { border-color: #DDBF68; }
span { border-color: rgb(221,191,104); }
td.TdClassName
{
border-color: #DDBF68;
}
.TagClassName
{
border-color: #DDBF68;
}
</style>