Shades of Wattle #DBCB32
Tints of Wattle #DBCB32
RGB
CMYK
RGB Variations
Color information
#DBCB32 (or 0xDBCB32) is known color: Wattle. HEX triplet: DB, CB and 32. RGB value is (219,203,50). Sum of RGB (Red+Green+Blue) = 219+203+50=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCB32 is #2434CD. Grayscale: #BEBEBE. Windows color (decimal): -2372814 or 3328987. OLE color: 3328987.
HSL color Cylindrical-coordinate representation of color #DBCB32: hue angle of 54.32º 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 #DBCB32 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 50 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.14 |
| HSL | 54.32º | 0.7% | 0.53% | - |
| HSV(B) | 54.32º | 0.77% | 0.86% | - |
| XYZ | 51.15 | 58 | 11.52 | - |
| YUV | 190.34 | 48.8 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 50 | 0 | 0.07 | 0.77 | 0.14 | 54.32 | 0.7 | 0.53 |
| Hex | DB | CB | 32 | 0 | 7 | 4D | E | 36 | 46 | 35 |
| Octal | 333 | 313 | 62 | 0 | 7 | 115 | 16 | 66 | 106 | 65 |
| Binary | 11011011 | 11001011 | 110010 | 0 | 111 | 1001101 | 1110 | 110110 | 1000110 | 110101 |
Color Harmonies of #DBCB32
Complementary color
Monochromatic Colors of #DBCB32
Black with #DBCB32
Text Example
Text Example
White with #DBCB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB32; }
p { color: rgb(219,203,50); }
H1.HeaderClassName
{
color: #DBCB32;
}
.AnyTagClassName
{
color: #DBCB32;
}
</style>
background-color css
<style>
a { background-color: #DBCB32; }
a { background-color: rgb(219,203,50); }
div.DivClassName
{
background-color: #DBCB32;
}
.BgClassName
{
background-color: #DBCB32;
}
</style>
border-color css
<style>
span { border-color: #DBCB32; }
span { border-color: rgb(219,203,50); }
td.TdClassName
{
border-color: #DBCB32;
}
.TagClassName
{
border-color: #DBCB32;
}
</style>