Shades of Wattle #DBCE37
Tints of Wattle #DBCE37
RGB
CMYK
RGB Variations
Color information
#DBCE37 (or 0xDBCE37) is known color: Wattle. HEX triplet: DB, CE and 37. RGB value is (219,206,55). Sum of RGB (Red+Green+Blue) = 219+206+55=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 206 (80.86% from 255 or 42.92% from 480); Blue value is 55 (21.88% from 255 or 11.46% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE37 is #2431C8. Grayscale: #C1C1C1. Windows color (decimal): -2372041 or 3657435. OLE color: 3657435.
HSL color Cylindrical-coordinate representation of color #DBCE37: hue angle of 55.24º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBCE37 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 55 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.14 |
| HSL | 55.24º | 0.69% | 0.54% | - |
| HSV(B) | 55.24º | 0.75% | 0.86% | - |
| XYZ | 51.97 | 59.48 | 12.36 | - |
| YUV | 192.67 | 50.31 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 55 | 0 | 0.06 | 0.75 | 0.14 | 55.24 | 0.69 | 0.54 |
| Hex | DB | CE | 37 | 0 | 6 | 4B | E | 37 | 45 | 36 |
| Octal | 333 | 316 | 67 | 0 | 6 | 113 | 16 | 67 | 105 | 66 |
| Binary | 11011011 | 11001110 | 110111 | 0 | 110 | 1001011 | 1110 | 110111 | 1000101 | 110110 |
Color Harmonies of #DBCE37
Complementary color
Monochromatic Colors of #DBCE37
Black with #DBCE37
Text Example
Text Example
White with #DBCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE37; }
p { color: rgb(219,206,55); }
H1.HeaderClassName
{
color: #DBCE37;
}
.AnyTagClassName
{
color: #DBCE37;
}
</style>
background-color css
<style>
a { background-color: #DBCE37; }
a { background-color: rgb(219,206,55); }
div.DivClassName
{
background-color: #DBCE37;
}
.BgClassName
{
background-color: #DBCE37;
}
</style>
border-color css
<style>
span { border-color: #DBCE37; }
span { border-color: rgb(219,206,55); }
td.TdClassName
{
border-color: #DBCE37;
}
.TagClassName
{
border-color: #DBCE37;
}
</style>