Shades of Wattle #DBCE35
Tints of Wattle #DBCE35
RGB
CMYK
RGB Variations
Color information
#DBCE35 (or 0xDBCE35) is known color: Wattle. HEX triplet: DB, CE and 35. RGB value is (219,206,53). Sum of RGB (Red+Green+Blue) = 219+206+53=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 53 (21.09% from 255 or 11.09% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE35 is #2431CA. Grayscale: #C1C1C1. Windows color (decimal): -2372043 or 3526363. OLE color: 3526363.
HSL color Cylindrical-coordinate representation of color #DBCE35: hue angle of 55.3º 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 #DBCE35 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 53 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.14 |
| HSL | 55.3º | 0.7% | 0.53% | - |
| HSV(B) | 55.3º | 0.76% | 0.86% | - |
| XYZ | 51.93 | 59.46 | 12.11 | - |
| YUV | 192.45 | 49.31 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 53 | 0 | 0.06 | 0.76 | 0.14 | 55.3 | 0.7 | 0.53 |
| Hex | DB | CE | 35 | 0 | 6 | 4C | E | 37 | 46 | 35 |
| Octal | 333 | 316 | 65 | 0 | 6 | 114 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001110 | 110101 | 0 | 110 | 1001100 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCE35
Complementary color
Monochromatic Colors of #DBCE35
Black with #DBCE35
Text Example
Text Example
White with #DBCE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE35; }
p { color: rgb(219,206,53); }
H1.HeaderClassName
{
color: #DBCE35;
}
.AnyTagClassName
{
color: #DBCE35;
}
</style>
background-color css
<style>
a { background-color: #DBCE35; }
a { background-color: rgb(219,206,53); }
div.DivClassName
{
background-color: #DBCE35;
}
.BgClassName
{
background-color: #DBCE35;
}
</style>
border-color css
<style>
span { border-color: #DBCE35; }
span { border-color: rgb(219,206,53); }
td.TdClassName
{
border-color: #DBCE35;
}
.TagClassName
{
border-color: #DBCE35;
}
</style>