Shades of Wattle #DBD238
Tints of Wattle #DBD238
RGB
CMYK
RGB Variations
Color information
#DBD238 (or 0xDBD238) is known color: Wattle. HEX triplet: DB, D2 and 38. RGB value is (219,210,56). Sum of RGB (Red+Green+Blue) = 219+210+56=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD238 is #242DC7. Grayscale: #C3C3C3. Windows color (decimal): -2371016 or 3723995. OLE color: 3723995.
HSL color Cylindrical-coordinate representation of color #DBD238: hue angle of 56.69º 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 #DBD238 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 56 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.14 |
| HSL | 56.69º | 0.69% | 0.54% | - |
| HSV(B) | 56.69º | 0.74% | 0.86% | - |
| XYZ | 52.97 | 61.44 | 12.81 | - |
| YUV | 195.14 | 49.48 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 56 | 0 | 0.04 | 0.74 | 0.14 | 56.69 | 0.69 | 0.54 |
| Hex | DB | D2 | 38 | 0 | 4 | 4A | E | 39 | 45 | 36 |
| Octal | 333 | 322 | 70 | 0 | 4 | 112 | 16 | 71 | 105 | 66 |
| Binary | 11011011 | 11010010 | 111000 | 0 | 100 | 1001010 | 1110 | 111001 | 1000101 | 110110 |
Color Harmonies of #DBD238
Complementary color
Monochromatic Colors of #DBD238
Black with #DBD238
Text Example
Text Example
White with #DBD238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD238; }
p { color: rgb(219,210,56); }
H1.HeaderClassName
{
color: #DBD238;
}
.AnyTagClassName
{
color: #DBD238;
}
</style>
background-color css
<style>
a { background-color: #DBD238; }
a { background-color: rgb(219,210,56); }
div.DivClassName
{
background-color: #DBD238;
}
.BgClassName
{
background-color: #DBD238;
}
</style>
border-color css
<style>
span { border-color: #DBD238; }
span { border-color: rgb(219,210,56); }
td.TdClassName
{
border-color: #DBD238;
}
.TagClassName
{
border-color: #DBD238;
}
</style>