Shades of Wattle #DBCD39
Tints of Wattle #DBCD39
RGB
CMYK
RGB Variations
Color information
#DBCD39 (or 0xDBCD39) is known color: Wattle. HEX triplet: DB, CD and 39. RGB value is (219,205,57). Sum of RGB (Red+Green+Blue) = 219+205+57=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 57 (22.66% from 255 or 11.85% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD39 is #2432C6. Grayscale: #C0C0C0. Windows color (decimal): -2372295 or 3788251. OLE color: 3788251.
HSL color Cylindrical-coordinate representation of color #DBCD39: hue angle of 54.81º 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 #DBCD39 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 57 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.14 |
| HSL | 54.81º | 0.69% | 0.54% | - |
| HSV(B) | 54.81º | 0.74% | 0.86% | - |
| XYZ | 51.78 | 59.02 | 12.53 | - |
| YUV | 192.31 | 51.64 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 57 | 0 | 0.06 | 0.74 | 0.14 | 54.81 | 0.69 | 0.54 |
| Hex | DB | CD | 39 | 0 | 6 | 4A | E | 37 | 45 | 36 |
| Octal | 333 | 315 | 71 | 0 | 6 | 112 | 16 | 67 | 105 | 66 |
| Binary | 11011011 | 11001101 | 111001 | 0 | 110 | 1001010 | 1110 | 110111 | 1000101 | 110110 |
Color Harmonies of #DBCD39
Complementary color
Monochromatic Colors of #DBCD39
Black with #DBCD39
Text Example
Text Example
White with #DBCD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD39; }
p { color: rgb(219,205,57); }
H1.HeaderClassName
{
color: #DBCD39;
}
.AnyTagClassName
{
color: #DBCD39;
}
</style>
background-color css
<style>
a { background-color: #DBCD39; }
a { background-color: rgb(219,205,57); }
div.DivClassName
{
background-color: #DBCD39;
}
.BgClassName
{
background-color: #DBCD39;
}
</style>
border-color css
<style>
span { border-color: #DBCD39; }
span { border-color: rgb(219,205,57); }
td.TdClassName
{
border-color: #DBCD39;
}
.TagClassName
{
border-color: #DBCD39;
}
</style>