Shades of Wattle #DBCA34
Tints of Wattle #DBCA34
RGB
CMYK
RGB Variations
Color information
#DBCA34 (or 0xDBCA34) is known color: Wattle. HEX triplet: DB, CA and 34. RGB value is (219,202,52). Sum of RGB (Red+Green+Blue) = 219+202+52=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 52 (20.70% from 255 or 10.99% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA34 is #2435CB. Grayscale: #BEBEBE. Windows color (decimal): -2373068 or 3459803. OLE color: 3459803.
HSL color Cylindrical-coordinate representation of color #DBCA34: hue angle of 53.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBCA34 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 52 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.14 |
| HSL | 53.89º | 0.7% | 0.53% | - |
| HSV(B) | 53.89º | 0.76% | 0.86% | - |
| XYZ | 50.95 | 57.55 | 11.67 | - |
| YUV | 189.98 | 50.13 | 148.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 52 | 0 | 0.08 | 0.76 | 0.14 | 53.89 | 0.7 | 0.53 |
| Hex | DB | CA | 34 | 0 | 8 | 4C | E | 36 | 46 | 35 |
| Octal | 333 | 312 | 64 | 0 | 10 | 114 | 16 | 66 | 106 | 65 |
| Binary | 11011011 | 11001010 | 110100 | 0 | 1000 | 1001100 | 1110 | 110110 | 1000110 | 110101 |
Color Harmonies of #DBCA34
Complementary color
Monochromatic Colors of #DBCA34
Black with #DBCA34
Text Example
Text Example
White with #DBCA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA34; }
p { color: rgb(219,202,52); }
H1.HeaderClassName
{
color: #DBCA34;
}
.AnyTagClassName
{
color: #DBCA34;
}
</style>
background-color css
<style>
a { background-color: #DBCA34; }
a { background-color: rgb(219,202,52); }
div.DivClassName
{
background-color: #DBCA34;
}
.BgClassName
{
background-color: #DBCA34;
}
</style>
border-color css
<style>
span { border-color: #DBCA34; }
span { border-color: rgb(219,202,52); }
td.TdClassName
{
border-color: #DBCA34;
}
.TagClassName
{
border-color: #DBCA34;
}
</style>