Shades of Chenin #DBBC6A
Tints of Chenin #DBBC6A
RGB
CMYK
RGB Variations
Color information
#DBBC6A (or 0xDBBC6A) is known color: Chenin. HEX triplet: DB, BC and 6A. RGB value is (219,188,106). Sum of RGB (Red+Green+Blue) = 219+188+106=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC6A is #244395. Grayscale: #BCBCBC. Windows color (decimal): -2376598 or 6995163. OLE color: 6995163.
HSL color Cylindrical-coordinate representation of color #DBBC6A: hue angle of 43.54º 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 #DBBC6A is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 106 | - |
| CMYK | 0 | 0.14 | 0.52 | 0.14 |
| HSL | 43.54º | 0.61% | 0.64% | - |
| HSV(B) | 43.54º | 0.52% | 0.86% | - |
| XYZ | 49.8 | 52.07 | 21.06 | - |
| YUV | 187.92 | 81.77 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 106 | 0 | 0.14 | 0.52 | 0.14 | 43.54 | 0.61 | 0.64 |
| Hex | DB | BC | 6A | 0 | E | 34 | E | 2C | 3D | 40 |
| Octal | 333 | 274 | 152 | 0 | 16 | 64 | 16 | 54 | 75 | 100 |
| Binary | 11011011 | 10111100 | 1101010 | 0 | 1110 | 110100 | 1110 | 101100 | 111101 | 1000000 |
Color Harmonies of #DBBC6A
Complementary color
Monochromatic Colors of #DBBC6A
Black with #DBBC6A
Text Example
Text Example
White with #DBBC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC6A; }
p { color: rgb(219,188,106); }
H1.HeaderClassName
{
color: #DBBC6A;
}
.AnyTagClassName
{
color: #DBBC6A;
}
</style>
background-color css
<style>
a { background-color: #DBBC6A; }
a { background-color: rgb(219,188,106); }
div.DivClassName
{
background-color: #DBBC6A;
}
.BgClassName
{
background-color: #DBBC6A;
}
</style>
border-color css
<style>
span { border-color: #DBBC6A; }
span { border-color: rgb(219,188,106); }
td.TdClassName
{
border-color: #DBBC6A;
}
.TagClassName
{
border-color: #DBBC6A;
}
</style>