Shades of Chenin #DBBD69
Tints of Chenin #DBBD69
RGB
CMYK
RGB Variations
Color information
#DBBD69 (or 0xDBBD69) is known color: Chenin. HEX triplet: DB, BD and 69. RGB value is (219,189,105). Sum of RGB (Red+Green+Blue) = 219+189+105=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD69 is #244296. Grayscale: #BCBCBC. Windows color (decimal): -2376343 or 6929883. OLE color: 6929883.
HSL color Cylindrical-coordinate representation of color #DBBD69: hue angle of 44.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBBD69 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 105 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.14 |
| HSL | 44.21º | 0.61% | 0.64% | - |
| HSV(B) | 44.21º | 0.52% | 0.86% | - |
| XYZ | 49.96 | 52.48 | 20.86 | - |
| YUV | 188.39 | 80.94 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 105 | 0 | 0.14 | 0.52 | 0.14 | 44.21 | 0.61 | 0.64 |
| Hex | DB | BD | 69 | 0 | E | 34 | E | 2C | 3D | 40 |
| Octal | 333 | 275 | 151 | 0 | 16 | 64 | 16 | 54 | 75 | 100 |
| Binary | 11011011 | 10111101 | 1101001 | 0 | 1110 | 110100 | 1110 | 101100 | 111101 | 1000000 |
Color Harmonies of #DBBD69
Complementary color
Monochromatic Colors of #DBBD69
Black with #DBBD69
Text Example
Text Example
White with #DBBD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD69; }
p { color: rgb(219,189,105); }
H1.HeaderClassName
{
color: #DBBD69;
}
.AnyTagClassName
{
color: #DBBD69;
}
</style>
background-color css
<style>
a { background-color: #DBBD69; }
a { background-color: rgb(219,189,105); }
div.DivClassName
{
background-color: #DBBD69;
}
.BgClassName
{
background-color: #DBBD69;
}
</style>
border-color css
<style>
span { border-color: #DBBD69; }
span { border-color: rgb(219,189,105); }
td.TdClassName
{
border-color: #DBBD69;
}
.TagClassName
{
border-color: #DBBD69;
}
</style>