Shades of Wattle #DBCA3E
Tints of Wattle #DBCA3E
RGB
CMYK
RGB Variations
Color information
#DBCA3E (or 0xDBCA3E) is known color: Wattle. HEX triplet: DB, CA and 3E. RGB value is (219,202,62). Sum of RGB (Red+Green+Blue) = 219+202+62=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 202 (79.30% from 255 or 41.82% from 483); Blue value is 62 (24.61% from 255 or 12.84% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA3E is #2435C1. Grayscale: #BFBFBF. Windows color (decimal): -2373058 or 4115163. OLE color: 4115163.
HSL color Cylindrical-coordinate representation of color #DBCA3E: hue angle of 53.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBCA3E is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 62 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.14 |
| HSL | 53.5º | 0.69% | 0.55% | - |
| HSV(B) | 53.5º | 0.72% | 0.86% | - |
| XYZ | 51.2 | 57.65 | 12.99 | - |
| YUV | 191.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 62 | 0 | 0.08 | 0.72 | 0.14 | 53.5 | 0.69 | 0.55 |
| Hex | DB | CA | 3E | 0 | 8 | 48 | E | 36 | 45 | 37 |
| Octal | 333 | 312 | 76 | 0 | 10 | 110 | 16 | 66 | 105 | 67 |
| Binary | 11011011 | 11001010 | 111110 | 0 | 1000 | 1001000 | 1110 | 110110 | 1000101 | 110111 |
Color Harmonies of #DBCA3E
Complementary color
Monochromatic Colors of #DBCA3E
Black with #DBCA3E
Text Example
Text Example
White with #DBCA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA3E; }
p { color: rgb(219,202,62); }
H1.HeaderClassName
{
color: #DBCA3E;
}
.AnyTagClassName
{
color: #DBCA3E;
}
</style>
background-color css
<style>
a { background-color: #DBCA3E; }
a { background-color: rgb(219,202,62); }
div.DivClassName
{
background-color: #DBCA3E;
}
.BgClassName
{
background-color: #DBCA3E;
}
</style>
border-color css
<style>
span { border-color: #DBCA3E; }
span { border-color: rgb(219,202,62); }
td.TdClassName
{
border-color: #DBCA3E;
}
.TagClassName
{
border-color: #DBCA3E;
}
</style>