Shades of Chenin #DBCB65
Tints of Chenin #DBCB65
RGB
CMYK
RGB Variations
Color information
#DBCB65 (or 0xDBCB65) is known color: Chenin. HEX triplet: DB, CB and 65. RGB value is (219,203,101). Sum of RGB (Red+Green+Blue) = 219+203+101=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB65 is #24349A. Grayscale: #C4C4C4. Windows color (decimal): -2372763 or 6671323. OLE color: 6671323.
HSL color Cylindrical-coordinate representation of color #DBCB65: hue angle of 51.86º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DBCB65 is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 101 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.14 |
| HSL | 51.86º | 0.62% | 0.63% | - |
| HSV(B) | 51.86º | 0.54% | 0.86% | - |
| XYZ | 52.92 | 58.71 | 20.86 | - |
| YUV | 196.16 | 74.3 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 101 | 0 | 0.07 | 0.54 | 0.14 | 51.86 | 0.62 | 0.63 |
| Hex | DB | CB | 65 | 0 | 7 | 36 | E | 34 | 3E | 3F |
| Octal | 333 | 313 | 145 | 0 | 7 | 66 | 16 | 64 | 76 | 77 |
| Binary | 11011011 | 11001011 | 1100101 | 0 | 111 | 110110 | 1110 | 110100 | 111110 | 111111 |
Color Harmonies of #DBCB65
Complementary color
Monochromatic Colors of #DBCB65
Black with #DBCB65
Text Example
Text Example
White with #DBCB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB65; }
p { color: rgb(219,203,101); }
H1.HeaderClassName
{
color: #DBCB65;
}
.AnyTagClassName
{
color: #DBCB65;
}
</style>
background-color css
<style>
a { background-color: #DBCB65; }
a { background-color: rgb(219,203,101); }
div.DivClassName
{
background-color: #DBCB65;
}
.BgClassName
{
background-color: #DBCB65;
}
</style>
border-color css
<style>
span { border-color: #DBCB65; }
span { border-color: rgb(219,203,101); }
td.TdClassName
{
border-color: #DBCB65;
}
.TagClassName
{
border-color: #DBCB65;
}
</style>