Shades of Chenin #DBBD67
Tints of Chenin #DBBD67
RGB
CMYK
RGB Variations
Color information
#DBBD67 (or 0xDBBD67) is known color: Chenin. HEX triplet: DB, BD and 67. RGB value is (219,189,103). Sum of RGB (Red+Green+Blue) = 219+189+103=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBD67 is #244298. Grayscale: #BCBCBC. Windows color (decimal): -2376345 or 6798811. OLE color: 6798811.
HSL color Cylindrical-coordinate representation of color #DBBD67: hue angle of 44.48º degrees, saturation: 0.62, 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 #DBBD67 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 103 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.14 |
| HSL | 44.48º | 0.62% | 0.63% | - |
| HSV(B) | 44.48º | 0.53% | 0.86% | - |
| XYZ | 49.86 | 52.43 | 20.32 | - |
| YUV | 188.17 | 79.94 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 103 | 0 | 0.14 | 0.53 | 0.14 | 44.48 | 0.62 | 0.63 |
| Hex | DB | BD | 67 | 0 | E | 35 | E | 2C | 3E | 3F |
| Octal | 333 | 275 | 147 | 0 | 16 | 65 | 16 | 54 | 76 | 77 |
| Binary | 11011011 | 10111101 | 1100111 | 0 | 1110 | 110101 | 1110 | 101100 | 111110 | 111111 |
Color Harmonies of #DBBD67
Complementary color
Monochromatic Colors of #DBBD67
Black with #DBBD67
Text Example
Text Example
White with #DBBD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD67; }
p { color: rgb(219,189,103); }
H1.HeaderClassName
{
color: #DBBD67;
}
.AnyTagClassName
{
color: #DBBD67;
}
</style>
background-color css
<style>
a { background-color: #DBBD67; }
a { background-color: rgb(219,189,103); }
div.DivClassName
{
background-color: #DBBD67;
}
.BgClassName
{
background-color: #DBBD67;
}
</style>
border-color css
<style>
span { border-color: #DBBD67; }
span { border-color: rgb(219,189,103); }
td.TdClassName
{
border-color: #DBBD67;
}
.TagClassName
{
border-color: #DBBD67;
}
</style>