Shades of Wattle #DBCB2D
Tints of Wattle #DBCB2D
RGB
CMYK
RGB Variations
Color information
#DBCB2D (or 0xDBCB2D) is known color: Wattle. HEX triplet: DB, CB and 2D. RGB value is (219,203,45). Sum of RGB (Red+Green+Blue) = 219+203+45=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB2D is #2434D2. Grayscale: #BEBEBE. Windows color (decimal): -2372819 or 3001307. OLE color: 3001307.
HSL color Cylindrical-coordinate representation of color #DBCB2D: hue angle of 54.48º 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 #DBCB2D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 45 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.14 |
| HSL | 54.48º | 0.71% | 0.52% | - |
| HSV(B) | 54.48º | 0.79% | 0.86% | - |
| XYZ | 51.04 | 57.96 | 10.98 | - |
| YUV | 189.77 | 46.3 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 45 | 0 | 0.07 | 0.79 | 0.14 | 54.48 | 0.71 | 0.52 |
| Hex | DB | CB | 2D | 0 | 7 | 4F | E | 36 | 47 | 34 |
| Octal | 333 | 313 | 55 | 0 | 7 | 117 | 16 | 66 | 107 | 64 |
| Binary | 11011011 | 11001011 | 101101 | 0 | 111 | 1001111 | 1110 | 110110 | 1000111 | 110100 |
Color Harmonies of #DBCB2D
Complementary color
Monochromatic Colors of #DBCB2D
Black with #DBCB2D
Text Example
Text Example
White with #DBCB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB2D; }
p { color: rgb(219,203,45); }
H1.HeaderClassName
{
color: #DBCB2D;
}
.AnyTagClassName
{
color: #DBCB2D;
}
</style>
background-color css
<style>
a { background-color: #DBCB2D; }
a { background-color: rgb(219,203,45); }
div.DivClassName
{
background-color: #DBCB2D;
}
.BgClassName
{
background-color: #DBCB2D;
}
</style>
border-color css
<style>
span { border-color: #DBCB2D; }
span { border-color: rgb(219,203,45); }
td.TdClassName
{
border-color: #DBCB2D;
}
.TagClassName
{
border-color: #DBCB2D;
}
</style>