Shades of Wattle #DBCC34
Tints of Wattle #DBCC34
RGB
CMYK
RGB Variations
Color information
#DBCC34 (or 0xDBCC34) is known color: Wattle. HEX triplet: DB, CC and 34. RGB value is (219,204,52). Sum of RGB (Red+Green+Blue) = 219+204+52=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC34 is #2433CB. Grayscale: #BFBFBF. Windows color (decimal): -2372556 or 3460315. OLE color: 3460315.
HSL color Cylindrical-coordinate representation of color #DBCC34: hue angle of 54.61º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBCC34 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 52 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.14 |
| HSL | 54.61º | 0.7% | 0.53% | - |
| HSV(B) | 54.61º | 0.76% | 0.86% | - |
| XYZ | 51.43 | 58.49 | 11.83 | - |
| YUV | 191.16 | 49.47 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 52 | 0 | 0.07 | 0.76 | 0.14 | 54.61 | 0.7 | 0.53 |
| Hex | DB | CC | 34 | 0 | 7 | 4C | E | 37 | 46 | 35 |
| Octal | 333 | 314 | 64 | 0 | 7 | 114 | 16 | 67 | 106 | 65 |
| Binary | 11011011 | 11001100 | 110100 | 0 | 111 | 1001100 | 1110 | 110111 | 1000110 | 110101 |
Color Harmonies of #DBCC34
Complementary color
Monochromatic Colors of #DBCC34
Black with #DBCC34
Text Example
Text Example
White with #DBCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC34; }
p { color: rgb(219,204,52); }
H1.HeaderClassName
{
color: #DBCC34;
}
.AnyTagClassName
{
color: #DBCC34;
}
</style>
background-color css
<style>
a { background-color: #DBCC34; }
a { background-color: rgb(219,204,52); }
div.DivClassName
{
background-color: #DBCC34;
}
.BgClassName
{
background-color: #DBCC34;
}
</style>
border-color css
<style>
span { border-color: #DBCC34; }
span { border-color: rgb(219,204,52); }
td.TdClassName
{
border-color: #DBCC34;
}
.TagClassName
{
border-color: #DBCC34;
}
</style>