Shades of Chenin #DBCB6A
Tints of Chenin #DBCB6A
RGB
CMYK
RGB Variations
Color information
#DBCB6A (or 0xDBCB6A) is known color: Chenin. HEX triplet: DB, CB and 6A. RGB value is (219,203,106). Sum of RGB (Red+Green+Blue) = 219+203+106=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB6A is #243495. Grayscale: #C5C5C5. Windows color (decimal): -2372758 or 6999003. OLE color: 6999003.
HSL color Cylindrical-coordinate representation of color #DBCB6A: hue angle of 51.5º 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 #DBCB6A is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 106 | - |
| CMYK | 0 | 0.07 | 0.52 | 0.14 |
| HSL | 51.5º | 0.61% | 0.64% | - |
| HSV(B) | 51.5º | 0.52% | 0.86% | - |
| XYZ | 53.17 | 58.81 | 22.19 | - |
| YUV | 196.73 | 76.8 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 106 | 0 | 0.07 | 0.52 | 0.14 | 51.5 | 0.61 | 0.64 |
| Hex | DB | CB | 6A | 0 | 7 | 34 | E | 34 | 3D | 40 |
| Octal | 333 | 313 | 152 | 0 | 7 | 64 | 16 | 64 | 75 | 100 |
| Binary | 11011011 | 11001011 | 1101010 | 0 | 111 | 110100 | 1110 | 110100 | 111101 | 1000000 |
Color Harmonies of #DBCB6A
Complementary color
Monochromatic Colors of #DBCB6A
Black with #DBCB6A
Text Example
Text Example
White with #DBCB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB6A; }
p { color: rgb(219,203,106); }
H1.HeaderClassName
{
color: #DBCB6A;
}
.AnyTagClassName
{
color: #DBCB6A;
}
</style>
background-color css
<style>
a { background-color: #DBCB6A; }
a { background-color: rgb(219,203,106); }
div.DivClassName
{
background-color: #DBCB6A;
}
.BgClassName
{
background-color: #DBCB6A;
}
</style>
border-color css
<style>
span { border-color: #DBCB6A; }
span { border-color: rgb(219,203,106); }
td.TdClassName
{
border-color: #DBCB6A;
}
.TagClassName
{
border-color: #DBCB6A;
}
</style>