Shades of Wattle #DBCC36
Tints of Wattle #DBCC36
RGB
CMYK
RGB Variations
Color information
#DBCC36 (or 0xDBCC36) is known color: Wattle. HEX triplet: DB, CC and 36. RGB value is (219,204,54). Sum of RGB (Red+Green+Blue) = 219+204+54=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 54 (21.48% from 255 or 11.32% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC36 is #2433C9. Grayscale: #C0C0C0. Windows color (decimal): -2372554 or 3591387. OLE color: 3591387.
HSL color Cylindrical-coordinate representation of color #DBCC36: hue angle of 54.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBCC36 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 54 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.14 |
| HSL | 54.55º | 0.7% | 0.54% | - |
| HSV(B) | 54.55º | 0.75% | 0.86% | - |
| XYZ | 51.47 | 58.51 | 12.07 | - |
| YUV | 191.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 54 | 0 | 0.07 | 0.75 | 0.14 | 54.55 | 0.7 | 0.54 |
| Hex | DB | CC | 36 | 0 | 7 | 4B | E | 37 | 46 | 36 |
| Octal | 333 | 314 | 66 | 0 | 7 | 113 | 16 | 67 | 106 | 66 |
| Binary | 11011011 | 11001100 | 110110 | 0 | 111 | 1001011 | 1110 | 110111 | 1000110 | 110110 |
Color Harmonies of #DBCC36
Complementary color
Monochromatic Colors of #DBCC36
Black with #DBCC36
Text Example
Text Example
White with #DBCC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC36; }
p { color: rgb(219,204,54); }
H1.HeaderClassName
{
color: #DBCC36;
}
.AnyTagClassName
{
color: #DBCC36;
}
</style>
background-color css
<style>
a { background-color: #DBCC36; }
a { background-color: rgb(219,204,54); }
div.DivClassName
{
background-color: #DBCC36;
}
.BgClassName
{
background-color: #DBCC36;
}
</style>
border-color css
<style>
span { border-color: #DBCC36; }
span { border-color: rgb(219,204,54); }
td.TdClassName
{
border-color: #DBCC36;
}
.TagClassName
{
border-color: #DBCC36;
}
</style>