Shades of Wattle #DBCD32
Tints of Wattle #DBCD32
RGB
CMYK
RGB Variations
Color information
#DBCD32 (or 0xDBCD32) is known color: Wattle. HEX triplet: DB, CD and 32. RGB value is (219,205,50). Sum of RGB (Red+Green+Blue) = 219+205+50=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 50 (19.92% from 255 or 10.55% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD32 is #2432CD. Grayscale: #C0C0C0. Windows color (decimal): -2372302 or 3329499. OLE color: 3329499.
HSL color Cylindrical-coordinate representation of color #DBCD32: hue angle of 55.03º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBCD32 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 50 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.14 |
| HSL | 55.03º | 0.7% | 0.53% | - |
| HSV(B) | 55.03º | 0.77% | 0.86% | - |
| XYZ | 51.62 | 58.95 | 11.68 | - |
| YUV | 191.52 | 48.14 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 50 | 0 | 0.06 | 0.77 | 0.14 | 55.03 | 0.7 | 0.53 |
| Hex | DB | CD | 32 | 0 | 6 | 4D | E | 37 | 46 | 35 |
| Octal | 333 | 315 | 62 | 0 | 6 | 115 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001101 | 110010 | 0 | 110 | 1001101 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCD32
Complementary color
Monochromatic Colors of #DBCD32
Black with #DBCD32
Text Example
Text Example
White with #DBCD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD32; }
p { color: rgb(219,205,50); }
H1.HeaderClassName
{
color: #DBCD32;
}
.AnyTagClassName
{
color: #DBCD32;
}
</style>
background-color css
<style>
a { background-color: #DBCD32; }
a { background-color: rgb(219,205,50); }
div.DivClassName
{
background-color: #DBCD32;
}
.BgClassName
{
background-color: #DBCD32;
}
</style>
border-color css
<style>
span { border-color: #DBCD32; }
span { border-color: rgb(219,205,50); }
td.TdClassName
{
border-color: #DBCD32;
}
.TagClassName
{
border-color: #DBCD32;
}
</style>