Shades of Wattle #DBD038
Tints of Wattle #DBD038
RGB
CMYK
RGB Variations
Color information
#DBD038 (or 0xDBD038) is known color: Wattle. HEX triplet: DB, D0 and 38. RGB value is (219,208,56). Sum of RGB (Red+Green+Blue) = 219+208+56=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD038 is #242FC7. Grayscale: #C2C2C2. Windows color (decimal): -2371528 or 3723483. OLE color: 3723483.
HSL color Cylindrical-coordinate representation of color #DBD038: hue angle of 55.95º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBD038 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 208 | 56 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.14 |
| HSL | 55.95º | 0.69% | 0.54% | - |
| HSV(B) | 55.95º | 0.74% | 0.86% | - |
| XYZ | 52.48 | 60.46 | 12.64 | - |
| YUV | 193.96 | 50.14 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 208 | 56 | 0 | 0.05 | 0.74 | 0.14 | 55.95 | 0.69 | 0.54 |
| Hex | DB | D0 | 38 | 0 | 5 | 4A | E | 38 | 45 | 36 |
| Octal | 333 | 320 | 70 | 0 | 5 | 112 | 16 | 70 | 105 | 66 |
| Binary | 11011011 | 11010000 | 111000 | 0 | 101 | 1001010 | 1110 | 111000 | 1000101 | 110110 |
Color Harmonies of #DBD038
Complementary color
Monochromatic Colors of #DBD038
Black with #DBD038
Text Example
Text Example
White with #DBD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD038; }
p { color: rgb(219,208,56); }
H1.HeaderClassName
{
color: #DBD038;
}
.AnyTagClassName
{
color: #DBD038;
}
</style>
background-color css
<style>
a { background-color: #DBD038; }
a { background-color: rgb(219,208,56); }
div.DivClassName
{
background-color: #DBD038;
}
.BgClassName
{
background-color: #DBD038;
}
</style>
border-color css
<style>
span { border-color: #DBD038; }
span { border-color: rgb(219,208,56); }
td.TdClassName
{
border-color: #DBD038;
}
.TagClassName
{
border-color: #DBD038;
}
</style>