Shades of Wattle #DBD440
Tints of Wattle #DBD440
RGB
CMYK
RGB Variations
Color information
#DBD440 (or 0xDBD440) is known color: Wattle. HEX triplet: DB, D4 and 40. RGB value is (219,212,64). Sum of RGB (Red+Green+Blue) = 219+212+64=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD440 is #242BBF. Grayscale: #C5C5C5. Windows color (decimal): -2370496 or 4248795. OLE color: 4248795.
HSL color Cylindrical-coordinate representation of color #DBD440: hue angle of 57.29º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBD440 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 64 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.14 |
| HSL | 57.29º | 0.68% | 0.55% | - |
| HSV(B) | 57.29º | 0.71% | 0.86% | - |
| XYZ | 53.68 | 62.52 | 14.09 | - |
| YUV | 197.22 | 52.82 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 64 | 0 | 0.03 | 0.71 | 0.14 | 57.29 | 0.68 | 0.55 |
| Hex | DB | D4 | 40 | 0 | 3 | 47 | E | 39 | 44 | 37 |
| Octal | 333 | 324 | 100 | 0 | 3 | 107 | 16 | 71 | 104 | 67 |
| Binary | 11011011 | 11010100 | 1000000 | 0 | 11 | 1000111 | 1110 | 111001 | 1000100 | 110111 |
Color Harmonies of #DBD440
Complementary color
Monochromatic Colors of #DBD440
Black with #DBD440
Text Example
Text Example
White with #DBD440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD440; }
p { color: rgb(219,212,64); }
H1.HeaderClassName
{
color: #DBD440;
}
.AnyTagClassName
{
color: #DBD440;
}
</style>
background-color css
<style>
a { background-color: #DBD440; }
a { background-color: rgb(219,212,64); }
div.DivClassName
{
background-color: #DBD440;
}
.BgClassName
{
background-color: #DBD440;
}
</style>
border-color css
<style>
span { border-color: #DBD440; }
span { border-color: rgb(219,212,64); }
td.TdClassName
{
border-color: #DBD440;
}
.TagClassName
{
border-color: #DBD440;
}
</style>