Shades of Wattle #DBD13C
Tints of Wattle #DBD13C
RGB
CMYK
RGB Variations
Color information
#DBD13C (or 0xDBD13C) is known color: Wattle. HEX triplet: DB, D1 and 3C. RGB value is (219,209,60). Sum of RGB (Red+Green+Blue) = 219+209+60=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 60 (23.83% from 255 or 12.30% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD13C is #242EC3. Grayscale: #C3C3C3. Windows color (decimal): -2371268 or 3985883. OLE color: 3985883.
HSL color Cylindrical-coordinate representation of color #DBD13C: hue angle of 56.23º 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 #DBD13C is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 60 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.14 |
| HSL | 56.23º | 0.69% | 0.55% | - |
| HSV(B) | 56.23º | 0.73% | 0.86% | - |
| XYZ | 52.83 | 60.99 | 13.26 | - |
| YUV | 195 | 51.81 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 60 | 0 | 0.05 | 0.73 | 0.14 | 56.23 | 0.69 | 0.55 |
| Hex | DB | D1 | 3C | 0 | 5 | 49 | E | 38 | 45 | 37 |
| Octal | 333 | 321 | 74 | 0 | 5 | 111 | 16 | 70 | 105 | 67 |
| Binary | 11011011 | 11010001 | 111100 | 0 | 101 | 1001001 | 1110 | 111000 | 1000101 | 110111 |
Color Harmonies of #DBD13C
Complementary color
Monochromatic Colors of #DBD13C
Black with #DBD13C
Text Example
Text Example
White with #DBD13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD13C; }
p { color: rgb(219,209,60); }
H1.HeaderClassName
{
color: #DBD13C;
}
.AnyTagClassName
{
color: #DBD13C;
}
</style>
background-color css
<style>
a { background-color: #DBD13C; }
a { background-color: rgb(219,209,60); }
div.DivClassName
{
background-color: #DBD13C;
}
.BgClassName
{
background-color: #DBD13C;
}
</style>
border-color css
<style>
span { border-color: #DBD13C; }
span { border-color: rgb(219,209,60); }
td.TdClassName
{
border-color: #DBD13C;
}
.TagClassName
{
border-color: #DBD13C;
}
</style>