Shades of Wattle #DBCF39
Tints of Wattle #DBCF39
RGB
CMYK
RGB Variations
Color information
#DBCF39 (or 0xDBCF39) is known color: Wattle. HEX triplet: DB, CF and 39. RGB value is (219,207,57). Sum of RGB (Red+Green+Blue) = 219+207+57=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 57 (22.66% from 255 or 11.80% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBCF39 is #2430C6. Grayscale: #C2C2C2. Windows color (decimal): -2371783 or 3788763. OLE color: 3788763.
HSL color Cylindrical-coordinate representation of color #DBCF39: hue angle of 55.56º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBCF39 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 207 | 57 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.14 |
| HSL | 55.56º | 0.69% | 0.54% | - |
| HSV(B) | 55.56º | 0.74% | 0.86% | - |
| XYZ | 52.26 | 59.98 | 12.69 | - |
| YUV | 193.49 | 50.98 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 207 | 57 | 0 | 0.05 | 0.74 | 0.14 | 55.56 | 0.69 | 0.54 |
| Hex | DB | CF | 39 | 0 | 5 | 4A | E | 38 | 45 | 36 |
| Octal | 333 | 317 | 71 | 0 | 5 | 112 | 16 | 70 | 105 | 66 |
| Binary | 11011011 | 11001111 | 111001 | 0 | 101 | 1001010 | 1110 | 111000 | 1000101 | 110110 |
Color Harmonies of #DBCF39
Complementary color
Monochromatic Colors of #DBCF39
Black with #DBCF39
Text Example
Text Example
White with #DBCF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCF39; }
p { color: rgb(219,207,57); }
H1.HeaderClassName
{
color: #DBCF39;
}
.AnyTagClassName
{
color: #DBCF39;
}
</style>
background-color css
<style>
a { background-color: #DBCF39; }
a { background-color: rgb(219,207,57); }
div.DivClassName
{
background-color: #DBCF39;
}
.BgClassName
{
background-color: #DBCF39;
}
</style>
border-color css
<style>
span { border-color: #DBCF39; }
span { border-color: rgb(219,207,57); }
td.TdClassName
{
border-color: #DBCF39;
}
.TagClassName
{
border-color: #DBCF39;
}
</style>