Shades of Chenin #DBBD68
Tints of Chenin #DBBD68
RGB
CMYK
RGB Variations
Color information
#DBBD68 (or 0xDBBD68) is known color: Chenin. HEX triplet: DB, BD and 68. RGB value is (219,189,104). Sum of RGB (Red+Green+Blue) = 219+189+104=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD68 is #244297. Grayscale: #BCBCBC. Windows color (decimal): -2376344 or 6864347. OLE color: 6864347.
HSL color Cylindrical-coordinate representation of color #DBBD68: hue angle of 44.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBBD68 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 104 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.14 |
| HSL | 44.35º | 0.61% | 0.63% | - |
| HSV(B) | 44.35º | 0.53% | 0.86% | - |
| XYZ | 49.91 | 52.45 | 20.59 | - |
| YUV | 188.28 | 80.44 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 104 | 0 | 0.14 | 0.53 | 0.14 | 44.35 | 0.61 | 0.63 |
| Hex | DB | BD | 68 | 0 | E | 35 | E | 2C | 3D | 3F |
| Octal | 333 | 275 | 150 | 0 | 16 | 65 | 16 | 54 | 75 | 77 |
| Binary | 11011011 | 10111101 | 1101000 | 0 | 1110 | 110101 | 1110 | 101100 | 111101 | 111111 |
Color Harmonies of #DBBD68
Complementary color
Monochromatic Colors of #DBBD68
Black with #DBBD68
Text Example
Text Example
White with #DBBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD68; }
p { color: rgb(219,189,104); }
H1.HeaderClassName
{
color: #DBBD68;
}
.AnyTagClassName
{
color: #DBBD68;
}
</style>
background-color css
<style>
a { background-color: #DBBD68; }
a { background-color: rgb(219,189,104); }
div.DivClassName
{
background-color: #DBBD68;
}
.BgClassName
{
background-color: #DBBD68;
}
</style>
border-color css
<style>
span { border-color: #DBBD68; }
span { border-color: rgb(219,189,104); }
td.TdClassName
{
border-color: #DBBD68;
}
.TagClassName
{
border-color: #DBBD68;
}
</style>