Shades of Wattle #DBCF34
Tints of Wattle #DBCF34
RGB
CMYK
RGB Variations
Color information
#DBCF34 (or 0xDBCF34) is known color: Wattle. HEX triplet: DB, CF and 34. RGB value is (219,207,52). Sum of RGB (Red+Green+Blue) = 219+207+52=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 52 (20.70% from 255 or 10.88% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF34 is #2430CB. Grayscale: #C1C1C1. Windows color (decimal): -2371788 or 3461083. OLE color: 3461083.
HSL color Cylindrical-coordinate representation of color #DBCF34: hue angle of 55.69º 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 #DBCF34 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 52 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.14 |
| HSL | 55.69º | 0.7% | 0.53% | - |
| HSV(B) | 55.69º | 0.76% | 0.86% | - |
| XYZ | 52.15 | 59.93 | 12.07 | - |
| YUV | 192.92 | 48.48 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 52 | 0 | 0.05 | 0.76 | 0.14 | 55.69 | 0.7 | 0.53 |
| Hex | DB | CF | 34 | 0 | 5 | 4C | E | 38 | 46 | 35 |
| Octal | 333 | 317 | 64 | 0 | 5 | 114 | 16 | 70 | 106 | 65 |
| Binary | 11011011 | 11001111 | 110100 | 0 | 101 | 1001100 | 1110 | 111000 | 1000110 | 110101 |
Color Harmonies of #DBCF34
Complementary color
Monochromatic Colors of #DBCF34
Black with #DBCF34
Text Example
Text Example
White with #DBCF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF34; }
p { color: rgb(219,207,52); }
H1.HeaderClassName
{
color: #DBCF34;
}
.AnyTagClassName
{
color: #DBCF34;
}
</style>
background-color css
<style>
a { background-color: #DBCF34; }
a { background-color: rgb(219,207,52); }
div.DivClassName
{
background-color: #DBCF34;
}
.BgClassName
{
background-color: #DBCF34;
}
</style>
border-color css
<style>
span { border-color: #DBCF34; }
span { border-color: rgb(219,207,52); }
td.TdClassName
{
border-color: #DBCF34;
}
.TagClassName
{
border-color: #DBCF34;
}
</style>