Shades of Wattle #DBCD3B
Tints of Wattle #DBCD3B
RGB
CMYK
RGB Variations
Color information
#DBCD3B (or 0xDBCD3B) is known color: Wattle. HEX triplet: DB, CD and 3B. RGB value is (219,205,59). Sum of RGB (Red+Green+Blue) = 219+205+59=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 205 (80.47% from 255 or 42.44% from 483); Blue value is 59 (23.44% from 255 or 12.22% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCD3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCD3B is #2432C4. Grayscale: #C1C1C1. Windows color (decimal): -2372293 or 3919323. OLE color: 3919323.
HSL color Cylindrical-coordinate representation of color #DBCD3B: hue angle of 54.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBCD3B is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 205 | 59 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.14 |
| HSL | 54.75º | 0.69% | 0.55% | - |
| HSV(B) | 54.75º | 0.73% | 0.86% | - |
| XYZ | 51.83 | 59.04 | 12.8 | - |
| YUV | 192.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 205 | 59 | 0 | 0.06 | 0.73 | 0.14 | 54.75 | 0.69 | 0.55 |
| Hex | DB | CD | 3B | 0 | 6 | 49 | E | 37 | 45 | 37 |
| Octal | 333 | 315 | 73 | 0 | 6 | 111 | 16 | 67 | 105 | 67 |
| Binary | 11011011 | 11001101 | 111011 | 0 | 110 | 1001001 | 1110 | 110111 | 1000101 | 110111 |
Color Harmonies of #DBCD3B
Complementary color
Monochromatic Colors of #DBCD3B
Black with #DBCD3B
Text Example
Text Example
White with #DBCD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCD3B; }
p { color: rgb(219,205,59); }
H1.HeaderClassName
{
color: #DBCD3B;
}
.AnyTagClassName
{
color: #DBCD3B;
}
</style>
background-color css
<style>
a { background-color: #DBCD3B; }
a { background-color: rgb(219,205,59); }
div.DivClassName
{
background-color: #DBCD3B;
}
.BgClassName
{
background-color: #DBCD3B;
}
</style>
border-color css
<style>
span { border-color: #DBCD3B; }
span { border-color: rgb(219,205,59); }
td.TdClassName
{
border-color: #DBCD3B;
}
.TagClassName
{
border-color: #DBCD3B;
}
</style>