Shades of Chenin #DBCA6A
Tints of Chenin #DBCA6A
RGB
CMYK
RGB Variations
Color information
#DBCA6A (or 0xDBCA6A) is known color: Chenin. HEX triplet: DB, CA and 6A. RGB value is (219,202,106). Sum of RGB (Red+Green+Blue) = 219+202+106=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 106 (41.80% from 255 or 20.11% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA6A is #243595. Grayscale: #C4C4C4. Windows color (decimal): -2373014 or 6998747. OLE color: 6998747.
HSL color Cylindrical-coordinate representation of color #DBCA6A: hue angle of 50.97º 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 #DBCA6A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 106 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.14 |
| HSL | 50.97º | 0.61% | 0.64% | - |
| HSV(B) | 50.97º | 0.52% | 0.86% | - |
| XYZ | 52.94 | 58.34 | 22.11 | - |
| YUV | 196.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 106 | 0 | 0.08 | 0.52 | 0.14 | 50.97 | 0.61 | 0.64 |
| Hex | DB | CA | 6A | 0 | 8 | 34 | E | 33 | 3D | 40 |
| Octal | 333 | 312 | 152 | 0 | 10 | 64 | 16 | 63 | 75 | 100 |
| Binary | 11011011 | 11001010 | 1101010 | 0 | 1000 | 110100 | 1110 | 110011 | 111101 | 1000000 |
Color Harmonies of #DBCA6A
Complementary color
Monochromatic Colors of #DBCA6A
Black with #DBCA6A
Text Example
Text Example
White with #DBCA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA6A; }
p { color: rgb(219,202,106); }
H1.HeaderClassName
{
color: #DBCA6A;
}
.AnyTagClassName
{
color: #DBCA6A;
}
</style>
background-color css
<style>
a { background-color: #DBCA6A; }
a { background-color: rgb(219,202,106); }
div.DivClassName
{
background-color: #DBCA6A;
}
.BgClassName
{
background-color: #DBCA6A;
}
</style>
border-color css
<style>
span { border-color: #DBCA6A; }
span { border-color: rgb(219,202,106); }
td.TdClassName
{
border-color: #DBCA6A;
}
.TagClassName
{
border-color: #DBCA6A;
}
</style>