Shades of Wattle #DBD33C
Tints of Wattle #DBD33C
RGB
CMYK
RGB Variations
Color information
#DBD33C (or 0xDBD33C) is known color: Wattle. HEX triplet: DB, D3 and 3C. RGB value is (219,211,60). Sum of RGB (Red+Green+Blue) = 219+211+60=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD33C is #242CC3. Grayscale: #C4C4C4. Windows color (decimal): -2370756 or 3986395. OLE color: 3986395.
HSL color Cylindrical-coordinate representation of color #DBD33C: hue angle of 56.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBD33C is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 60 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.14 |
| HSL | 56.98º | 0.69% | 0.55% | - |
| HSV(B) | 56.98º | 0.73% | 0.86% | - |
| XYZ | 53.32 | 61.97 | 13.43 | - |
| YUV | 196.18 | 51.15 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 60 | 0 | 0.04 | 0.73 | 0.14 | 56.98 | 0.69 | 0.55 |
| Hex | DB | D3 | 3C | 0 | 4 | 49 | E | 39 | 45 | 37 |
| Octal | 333 | 323 | 74 | 0 | 4 | 111 | 16 | 71 | 105 | 67 |
| Binary | 11011011 | 11010011 | 111100 | 0 | 100 | 1001001 | 1110 | 111001 | 1000101 | 110111 |
Color Harmonies of #DBD33C
Complementary color
Monochromatic Colors of #DBD33C
Black with #DBD33C
Text Example
Text Example
White with #DBD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD33C; }
p { color: rgb(219,211,60); }
H1.HeaderClassName
{
color: #DBD33C;
}
.AnyTagClassName
{
color: #DBD33C;
}
</style>
background-color css
<style>
a { background-color: #DBD33C; }
a { background-color: rgb(219,211,60); }
div.DivClassName
{
background-color: #DBD33C;
}
.BgClassName
{
background-color: #DBD33C;
}
</style>
border-color css
<style>
span { border-color: #DBD33C; }
span { border-color: rgb(219,211,60); }
td.TdClassName
{
border-color: #DBD33C;
}
.TagClassName
{
border-color: #DBD33C;
}
</style>