Shades of Wattle #DBCE3E
Tints of Wattle #DBCE3E
RGB
CMYK
RGB Variations
Color information
#DBCE3E (or 0xDBCE3E) is known color: Wattle. HEX triplet: DB, CE and 3E. RGB value is (219,206,62). Sum of RGB (Red+Green+Blue) = 219+206+62=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 62 (24.61% from 255 or 12.73% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE3E is #2431C1. Grayscale: #C2C2C2. Windows color (decimal): -2372034 or 4116187. OLE color: 4116187.
HSL color Cylindrical-coordinate representation of color #DBCE3E: hue angle of 55.03º 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 #DBCE3E is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 62 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.14 |
| HSL | 55.03º | 0.69% | 0.55% | - |
| HSV(B) | 55.03º | 0.72% | 0.86% | - |
| XYZ | 52.15 | 59.55 | 13.3 | - |
| YUV | 193.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 62 | 0 | 0.06 | 0.72 | 0.14 | 55.03 | 0.69 | 0.55 |
| Hex | DB | CE | 3E | 0 | 6 | 48 | E | 37 | 45 | 37 |
| Octal | 333 | 316 | 76 | 0 | 6 | 110 | 16 | 67 | 105 | 67 |
| Binary | 11011011 | 11001110 | 111110 | 0 | 110 | 1001000 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DBCE3E
Complementary color
Monochromatic Colors of #DBCE3E
Black with #DBCE3E
Text Example
Text Example
White with #DBCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE3E; }
p { color: rgb(219,206,62); }
H1.HeaderClassName
{
color: #DBCE3E;
}
.AnyTagClassName
{
color: #DBCE3E;
}
</style>
background-color css
<style>
a { background-color: #DBCE3E; }
a { background-color: rgb(219,206,62); }
div.DivClassName
{
background-color: #DBCE3E;
}
.BgClassName
{
background-color: #DBCE3E;
}
</style>
border-color css
<style>
span { border-color: #DBCE3E; }
span { border-color: rgb(219,206,62); }
td.TdClassName
{
border-color: #DBCE3E;
}
.TagClassName
{
border-color: #DBCE3E;
}
</style>