Shades of Wattle #DBCE30
Tints of Wattle #DBCE30
RGB
CMYK
RGB Variations
Color information
#DBCE30 (or 0xDBCE30) is known color: Wattle. HEX triplet: DB, CE and 30. RGB value is (219,206,48). Sum of RGB (Red+Green+Blue) = 219+206+48=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE30 is #2431CF. Grayscale: #C0C0C0. Windows color (decimal): -2372048 or 3198683. OLE color: 3198683.
HSL color Cylindrical-coordinate representation of color #DBCE30: hue angle of 55.44º 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 #DBCE30 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 48 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.14 |
| HSL | 55.44º | 0.7% | 0.52% | - |
| HSV(B) | 55.44º | 0.78% | 0.86% | - |
| XYZ | 51.82 | 59.42 | 11.53 | - |
| YUV | 191.88 | 46.81 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 48 | 0 | 0.06 | 0.78 | 0.14 | 55.44 | 0.7 | 0.52 |
| Hex | DB | CE | 30 | 0 | 6 | 4E | E | 37 | 46 | 34 |
| Octal | 333 | 316 | 60 | 0 | 6 | 116 | 16 | 67 | 106 | 64 |
| Binary | 11011011 | 11001110 | 110000 | 0 | 110 | 1001110 | 1110 | 110111 | 1000110 | 110100 |
Color Harmonies of #DBCE30
Complementary color
Monochromatic Colors of #DBCE30
Black with #DBCE30
Text Example
Text Example
White with #DBCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE30; }
p { color: rgb(219,206,48); }
H1.HeaderClassName
{
color: #DBCE30;
}
.AnyTagClassName
{
color: #DBCE30;
}
</style>
background-color css
<style>
a { background-color: #DBCE30; }
a { background-color: rgb(219,206,48); }
div.DivClassName
{
background-color: #DBCE30;
}
.BgClassName
{
background-color: #DBCE30;
}
</style>
border-color css
<style>
span { border-color: #DBCE30; }
span { border-color: rgb(219,206,48); }
td.TdClassName
{
border-color: #DBCE30;
}
.TagClassName
{
border-color: #DBCE30;
}
</style>