Shades of Chenin #DBC66A
Tints of Chenin #DBC66A
RGB
CMYK
RGB Variations
Color information
#DBC66A (or 0xDBC66A) is known color: Chenin. HEX triplet: DB, C6 and 6A. RGB value is (219,198,106). Sum of RGB (Red+Green+Blue) = 219+198+106=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 106 (41.80% from 255 or 20.27% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC66A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC66A is #243995. Grayscale: #C2C2C2. Windows color (decimal): -2374038 or 6997723. OLE color: 6997723.
HSL color Cylindrical-coordinate representation of color #DBC66A: hue angle of 48.85º 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 #DBC66A is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 198 | 106 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.14 |
| HSL | 48.85º | 0.61% | 0.64% | - |
| HSV(B) | 48.85º | 0.52% | 0.86% | - |
| XYZ | 52.01 | 56.49 | 21.8 | - |
| YUV | 193.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 198 | 106 | 0 | 0.10 | 0.52 | 0.14 | 48.85 | 0.61 | 0.64 |
| Hex | DB | C6 | 6A | 0 | A | 34 | E | 31 | 3D | 40 |
| Octal | 333 | 306 | 152 | 0 | 12 | 64 | 16 | 61 | 75 | 100 |
| Binary | 11011011 | 11000110 | 1101010 | 0 | 1010 | 110100 | 1110 | 110001 | 111101 | 1000000 |
Color Harmonies of #DBC66A
Complementary color
Monochromatic Colors of #DBC66A
Black with #DBC66A
Text Example
Text Example
White with #DBC66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC66A; }
p { color: rgb(219,198,106); }
H1.HeaderClassName
{
color: #DBC66A;
}
.AnyTagClassName
{
color: #DBC66A;
}
</style>
background-color css
<style>
a { background-color: #DBC66A; }
a { background-color: rgb(219,198,106); }
div.DivClassName
{
background-color: #DBC66A;
}
.BgClassName
{
background-color: #DBC66A;
}
</style>
border-color css
<style>
span { border-color: #DBC66A; }
span { border-color: rgb(219,198,106); }
td.TdClassName
{
border-color: #DBC66A;
}
.TagClassName
{
border-color: #DBC66A;
}
</style>