Shades of Wattle #DBCE40
Tints of Wattle #DBCE40
RGB
CMYK
RGB Variations
Color information
#DBCE40 (or 0xDBCE40) is known color: Wattle. HEX triplet: DB, CE and 40. RGB value is (219,206,64). Sum of RGB (Red+Green+Blue) = 219+206+64=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE40 is #2431BF. Grayscale: #C2C2C2. Windows color (decimal): -2372032 or 4247259. OLE color: 4247259.
HSL color Cylindrical-coordinate representation of color #DBCE40: hue angle of 54.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBCE40 is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 64 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.14 |
| HSL | 54.97º | 0.68% | 0.55% | - |
| HSV(B) | 54.97º | 0.71% | 0.86% | - |
| XYZ | 52.21 | 59.57 | 13.6 | - |
| YUV | 193.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 64 | 0 | 0.06 | 0.71 | 0.14 | 54.97 | 0.68 | 0.55 |
| Hex | DB | CE | 40 | 0 | 6 | 47 | E | 37 | 44 | 37 |
| Octal | 333 | 316 | 100 | 0 | 6 | 107 | 16 | 67 | 104 | 67 |
| Binary | 11011011 | 11001110 | 1000000 | 0 | 110 | 1000111 | 1110 | 110111 | 1000100 | 110111 |
Color Harmonies of #DBCE40
Complementary color
Monochromatic Colors of #DBCE40
Black with #DBCE40
Text Example
Text Example
White with #DBCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE40; }
p { color: rgb(219,206,64); }
H1.HeaderClassName
{
color: #DBCE40;
}
.AnyTagClassName
{
color: #DBCE40;
}
</style>
background-color css
<style>
a { background-color: #DBCE40; }
a { background-color: rgb(219,206,64); }
div.DivClassName
{
background-color: #DBCE40;
}
.BgClassName
{
background-color: #DBCE40;
}
</style>
border-color css
<style>
span { border-color: #DBCE40; }
span { border-color: rgb(219,206,64); }
td.TdClassName
{
border-color: #DBCE40;
}
.TagClassName
{
border-color: #DBCE40;
}
</style>