Shades of Chenin #DDBF6C
Tints of Chenin #DDBF6C
RGB
CMYK
RGB Variations
Color information
#DDBF6C (or 0xDDBF6C) is known color: Chenin. HEX triplet: DD, BF and 6C. RGB value is (221,191,108). Sum of RGB (Red+Green+Blue) = 221+191+108=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDBF6C is #224093. Grayscale: #BEBEBE. Windows color (decimal): -2244756 or 7127005. OLE color: 7127005.
HSL color Cylindrical-coordinate representation of color #DDBF6C: hue angle of 44.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDBF6C is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 108 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.13 |
| HSL | 44.07º | 0.62% | 0.65% | - |
| HSV(B) | 44.07º | 0.51% | 0.87% | - |
| XYZ | 51.16 | 53.72 | 21.86 | - |
| YUV | 190.51 | 81.44 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 108 | 0 | 0.14 | 0.51 | 0.13 | 44.07 | 0.62 | 0.65 |
| Hex | DD | BF | 6C | 0 | E | 33 | D | 2C | 3E | 41 |
| Octal | 335 | 277 | 154 | 0 | 16 | 63 | 15 | 54 | 76 | 101 |
| Binary | 11011101 | 10111111 | 1101100 | 0 | 1110 | 110011 | 1101 | 101100 | 111110 | 1000001 |
Color Harmonies of #DDBF6C
Complementary color
Monochromatic Colors of #DDBF6C
Black with #DDBF6C
Text Example
Text Example
White with #DDBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF6C; }
p { color: rgb(221,191,108); }
H1.HeaderClassName
{
color: #DDBF6C;
}
.AnyTagClassName
{
color: #DDBF6C;
}
</style>
background-color css
<style>
a { background-color: #DDBF6C; }
a { background-color: rgb(221,191,108); }
div.DivClassName
{
background-color: #DDBF6C;
}
.BgClassName
{
background-color: #DDBF6C;
}
</style>
border-color css
<style>
span { border-color: #DDBF6C; }
span { border-color: rgb(221,191,108); }
td.TdClassName
{
border-color: #DDBF6C;
}
.TagClassName
{
border-color: #DDBF6C;
}
</style>