Shades of Wattle #DBCE2D
Tints of Wattle #DBCE2D
RGB
CMYK
RGB Variations
Color information
#DBCE2D (or 0xDBCE2D) is known color: Wattle. HEX triplet: DB, CE and 2D. RGB value is (219,206,45). Sum of RGB (Red+Green+Blue) = 219+206+45=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCE2D is #2431D2. Grayscale: #C0C0C0. Windows color (decimal): -2372051 or 3002075. OLE color: 3002075.
HSL color Cylindrical-coordinate representation of color #DBCE2D: hue angle of 55.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBCE2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 206 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.14 |
| HSL | 55.52º | 0.71% | 0.52% | - |
| HSV(B) | 55.52º | 0.79% | 0.86% | - |
| XYZ | 51.76 | 59.39 | 11.22 | - |
| YUV | 191.53 | 45.31 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 206 | 45 | 0 | 0.06 | 0.79 | 0.14 | 55.52 | 0.71 | 0.52 |
| Hex | DB | CE | 2D | 0 | 6 | 4F | E | 38 | 47 | 34 |
| Octal | 333 | 316 | 55 | 0 | 6 | 117 | 16 | 70 | 107 | 64 |
| Binary | 11011011 | 11001110 | 101101 | 0 | 110 | 1001111 | 1110 | 111000 | 1000111 | 110100 |
Color Harmonies of #DBCE2D
Complementary color
Monochromatic Colors of #DBCE2D
Black with #DBCE2D
Text Example
Text Example
White with #DBCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCE2D; }
p { color: rgb(219,206,45); }
H1.HeaderClassName
{
color: #DBCE2D;
}
.AnyTagClassName
{
color: #DBCE2D;
}
</style>
background-color css
<style>
a { background-color: #DBCE2D; }
a { background-color: rgb(219,206,45); }
div.DivClassName
{
background-color: #DBCE2D;
}
.BgClassName
{
background-color: #DBCE2D;
}
</style>
border-color css
<style>
span { border-color: #DBCE2D; }
span { border-color: rgb(219,206,45); }
td.TdClassName
{
border-color: #DBCE2D;
}
.TagClassName
{
border-color: #DBCE2D;
}
</style>