Shades of Wattle #DBCC2E
Tints of Wattle #DBCC2E
RGB
CMYK
RGB Variations
Color information
#DBCC2E (or 0xDBCC2E) is known color: Wattle. HEX triplet: DB, CC and 2E. RGB value is (219,204,46). Sum of RGB (Red+Green+Blue) = 219+204+46=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2E is #2433D1. Grayscale: #BFBFBF. Windows color (decimal): -2372562 or 3067099. OLE color: 3067099.
HSL color Cylindrical-coordinate representation of color #DBCC2E: hue angle of 54.8º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBCC2E is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 46 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.14 |
| HSL | 54.8º | 0.71% | 0.52% | - |
| HSV(B) | 54.8º | 0.79% | 0.86% | - |
| XYZ | 51.3 | 58.44 | 11.16 | - |
| YUV | 190.47 | 46.47 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 46 | 0 | 0.07 | 0.79 | 0.14 | 54.8 | 0.71 | 0.52 |
| Hex | DB | CC | 2E | 0 | 7 | 4F | E | 37 | 47 | 34 |
| Octal | 333 | 314 | 56 | 0 | 7 | 117 | 16 | 67 | 107 | 64 |
| Binary | 11011011 | 11001100 | 101110 | 0 | 111 | 1001111 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DBCC2E
Complementary color
Monochromatic Colors of #DBCC2E
Black with #DBCC2E
Text Example
Text Example
White with #DBCC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC2E; }
p { color: rgb(219,204,46); }
H1.HeaderClassName
{
color: #DBCC2E;
}
.AnyTagClassName
{
color: #DBCC2E;
}
</style>
background-color css
<style>
a { background-color: #DBCC2E; }
a { background-color: rgb(219,204,46); }
div.DivClassName
{
background-color: #DBCC2E;
}
.BgClassName
{
background-color: #DBCC2E;
}
</style>
border-color css
<style>
span { border-color: #DBCC2E; }
span { border-color: rgb(219,204,46); }
td.TdClassName
{
border-color: #DBCC2E;
}
.TagClassName
{
border-color: #DBCC2E;
}
</style>