Shades of Wattle #DBCC32
Tints of Wattle #DBCC32
RGB
CMYK
RGB Variations
Color information
#DBCC32 (or 0xDBCC32) is known color: Wattle. HEX triplet: DB, CC and 32. RGB value is (219,204,50). Sum of RGB (Red+Green+Blue) = 219+204+50=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC32 is #2433CD. Grayscale: #BFBFBF. Windows color (decimal): -2372558 or 3329243. OLE color: 3329243.
HSL color Cylindrical-coordinate representation of color #DBCC32: hue angle of 54.67º 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 #DBCC32 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.14 |
| HSL | 54.67º | 0.7% | 0.53% | - |
| HSV(B) | 54.67º | 0.77% | 0.86% | - |
| XYZ | 51.38 | 58.48 | 11.6 | - |
| YUV | 190.93 | 48.47 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 50 | 0 | 0.07 | 0.77 | 0.14 | 54.67 | 0.7 | 0.53 |
| Hex | DB | CC | 32 | 0 | 7 | 4D | E | 37 | 46 | 35 |
| Octal | 333 | 314 | 62 | 0 | 7 | 115 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001100 | 110010 | 0 | 111 | 1001101 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCC32
Complementary color
Monochromatic Colors of #DBCC32
Black with #DBCC32
Text Example
Text Example
White with #DBCC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC32; }
p { color: rgb(219,204,50); }
H1.HeaderClassName
{
color: #DBCC32;
}
.AnyTagClassName
{
color: #DBCC32;
}
</style>
background-color css
<style>
a { background-color: #DBCC32; }
a { background-color: rgb(219,204,50); }
div.DivClassName
{
background-color: #DBCC32;
}
.BgClassName
{
background-color: #DBCC32;
}
</style>
border-color css
<style>
span { border-color: #DBCC32; }
span { border-color: rgb(219,204,50); }
td.TdClassName
{
border-color: #DBCC32;
}
.TagClassName
{
border-color: #DBCC32;
}
</style>