Shades of Wattle #DBCD31
Tints of Wattle #DBCD31
RGB
CMYK
RGB Variations
Color information
#DBCD31 (or 0xDBCD31) is known color: Wattle. HEX triplet: DB, CD and 31. RGB value is (219,205,49). Sum of RGB (Red+Green+Blue) = 219+205+49=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 205 (80.47% from 255 or 43.34% from 473); Blue value is 49 (19.53% from 255 or 10.36% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD31 is #2432CE. Grayscale: #C0C0C0. Windows color (decimal): -2372303 or 3263963. OLE color: 3263963.
HSL color Cylindrical-coordinate representation of color #DBCD31: hue angle of 55.06º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBCD31 is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 49 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.14 |
| HSL | 55.06º | 0.7% | 0.53% | - |
| HSV(B) | 55.06º | 0.78% | 0.86% | - |
| XYZ | 51.6 | 58.94 | 11.56 | - |
| YUV | 191.4 | 47.64 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 49 | 0 | 0.06 | 0.78 | 0.14 | 55.06 | 0.7 | 0.53 |
| Hex | DB | CD | 31 | 0 | 6 | 4E | E | 37 | 46 | 35 |
| Octal | 333 | 315 | 61 | 0 | 6 | 116 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001101 | 110001 | 0 | 110 | 1001110 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCD31
Complementary color
Monochromatic Colors of #DBCD31
Black with #DBCD31
Text Example
Text Example
White with #DBCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD31; }
p { color: rgb(219,205,49); }
H1.HeaderClassName
{
color: #DBCD31;
}
.AnyTagClassName
{
color: #DBCD31;
}
</style>
background-color css
<style>
a { background-color: #DBCD31; }
a { background-color: rgb(219,205,49); }
div.DivClassName
{
background-color: #DBCD31;
}
.BgClassName
{
background-color: #DBCD31;
}
</style>
border-color css
<style>
span { border-color: #DBCD31; }
span { border-color: rgb(219,205,49); }
td.TdClassName
{
border-color: #DBCD31;
}
.TagClassName
{
border-color: #DBCD31;
}
</style>