Shades of Wattle #DBCC2D
Tints of Wattle #DBCC2D
RGB
CMYK
RGB Variations
Color information
#DBCC2D (or 0xDBCC2D) is known color: Wattle. HEX triplet: DB, CC and 2D. RGB value is (219,204,45). Sum of RGB (Red+Green+Blue) = 219+204+45=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 45 (17.97% from 255 or 9.62% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCC2D is #2433D2. Grayscale: #BFBFBF. Windows color (decimal): -2372563 or 3001563. OLE color: 3001563.
HSL color Cylindrical-coordinate representation of color #DBCC2D: hue angle of 54.83º 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 #DBCC2D is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 204 | 45 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.14 |
| HSL | 54.83º | 0.71% | 0.52% | - |
| HSV(B) | 54.83º | 0.79% | 0.86% | - |
| XYZ | 51.28 | 58.44 | 11.06 | - |
| YUV | 190.36 | 45.97 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 204 | 45 | 0 | 0.07 | 0.79 | 0.14 | 54.83 | 0.71 | 0.52 |
| Hex | DB | CC | 2D | 0 | 7 | 4F | E | 37 | 47 | 34 |
| Octal | 333 | 314 | 55 | 0 | 7 | 117 | 16 | 67 | 107 | 64 |
| Binary | 11011011 | 11001100 | 101101 | 0 | 111 | 1001111 | 1110 | 110111 | 1000111 | 110100 |
Color Harmonies of #DBCC2D
Complementary color
Monochromatic Colors of #DBCC2D
Black with #DBCC2D
Text Example
Text Example
White with #DBCC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCC2D; }
p { color: rgb(219,204,45); }
H1.HeaderClassName
{
color: #DBCC2D;
}
.AnyTagClassName
{
color: #DBCC2D;
}
</style>
background-color css
<style>
a { background-color: #DBCC2D; }
a { background-color: rgb(219,204,45); }
div.DivClassName
{
background-color: #DBCC2D;
}
.BgClassName
{
background-color: #DBCC2D;
}
</style>
border-color css
<style>
span { border-color: #DBCC2D; }
span { border-color: rgb(219,204,45); }
td.TdClassName
{
border-color: #DBCC2D;
}
.TagClassName
{
border-color: #DBCC2D;
}
</style>