Shades of Wattle #DBD234
Tints of Wattle #DBD234
RGB
CMYK
RGB Variations
Color information
#DBD234 (or 0xDBD234) is known color: Wattle. HEX triplet: DB, D2 and 34. RGB value is (219,210,52). Sum of RGB (Red+Green+Blue) = 219+210+52=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 210 (82.42% from 255 or 43.66% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD234 is #242DCB. Grayscale: #C3C3C3. Windows color (decimal): -2371020 or 3461851. OLE color: 3461851.
HSL color Cylindrical-coordinate representation of color #DBD234: hue angle of 56.77º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBD234 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 52 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.14 |
| HSL | 56.77º | 0.7% | 0.53% | - |
| HSV(B) | 56.77º | 0.76% | 0.86% | - |
| XYZ | 52.88 | 61.4 | 12.31 | - |
| YUV | 194.68 | 47.48 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 52 | 0 | 0.04 | 0.76 | 0.14 | 56.77 | 0.7 | 0.53 |
| Hex | DB | D2 | 34 | 0 | 4 | 4C | E | 39 | 46 | 35 |
| Octal | 333 | 322 | 64 | 0 | 4 | 114 | 16 | 71 | 106 | 65 |
| Binary | 11011011 | 11010010 | 110100 | 0 | 100 | 1001100 | 1110 | 111001 | 1000110 | 110101 |
Color Harmonies of #DBD234
Complementary color
Monochromatic Colors of #DBD234
Black with #DBD234
Text Example
Text Example
White with #DBD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD234; }
p { color: rgb(219,210,52); }
H1.HeaderClassName
{
color: #DBD234;
}
.AnyTagClassName
{
color: #DBD234;
}
</style>
background-color css
<style>
a { background-color: #DBD234; }
a { background-color: rgb(219,210,52); }
div.DivClassName
{
background-color: #DBD234;
}
.BgClassName
{
background-color: #DBD234;
}
</style>
border-color css
<style>
span { border-color: #DBD234; }
span { border-color: rgb(219,210,52); }
td.TdClassName
{
border-color: #DBD234;
}
.TagClassName
{
border-color: #DBD234;
}
</style>