Shades of Wattle #DBCA30
Tints of Wattle #DBCA30
RGB
CMYK
RGB Variations
Color information
#DBCA30 (or 0xDBCA30) is known color: Wattle. HEX triplet: DB, CA and 30. RGB value is (219,202,48). Sum of RGB (Red+Green+Blue) = 219+202+48=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 202 (79.30% from 255 or 43.07% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCA30 is #2435CF. Grayscale: #BEBEBE. Windows color (decimal): -2373072 or 3197659. OLE color: 3197659.
HSL color Cylindrical-coordinate representation of color #DBCA30: hue angle of 54.04º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBCA30 is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 48 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.14 |
| HSL | 54.04º | 0.7% | 0.52% | - |
| HSV(B) | 54.04º | 0.78% | 0.86% | - |
| XYZ | 50.87 | 57.51 | 11.22 | - |
| YUV | 189.53 | 48.13 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 48 | 0 | 0.08 | 0.78 | 0.14 | 54.04 | 0.7 | 0.52 |
| Hex | DB | CA | 30 | 0 | 8 | 4E | E | 36 | 46 | 34 |
| Octal | 333 | 312 | 60 | 0 | 10 | 116 | 16 | 66 | 106 | 64 |
| Binary | 11011011 | 11001010 | 110000 | 0 | 1000 | 1001110 | 1110 | 110110 | 1000110 | 110100 |
Color Harmonies of #DBCA30
Complementary color
Monochromatic Colors of #DBCA30
Black with #DBCA30
Text Example
Text Example
White with #DBCA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA30; }
p { color: rgb(219,202,48); }
H1.HeaderClassName
{
color: #DBCA30;
}
.AnyTagClassName
{
color: #DBCA30;
}
</style>
background-color css
<style>
a { background-color: #DBCA30; }
a { background-color: rgb(219,202,48); }
div.DivClassName
{
background-color: #DBCA30;
}
.BgClassName
{
background-color: #DBCA30;
}
</style>
border-color css
<style>
span { border-color: #DBCA30; }
span { border-color: rgb(219,202,48); }
td.TdClassName
{
border-color: #DBCA30;
}
.TagClassName
{
border-color: #DBCA30;
}
</style>