Shades of Wattle #D9BF39
Tints of Wattle #D9BF39
RGB
CMYK
RGB Variations
Color information
#D9BF39 (or 0xD9BF39) is known color: Wattle. HEX triplet: D9, BF and 39. RGB value is (217,191,57). Sum of RGB (Red+Green+Blue) = 217+191+57=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 57 (22.66% from 255 or 12.26% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9BF39 is #2640C6. Grayscale: #B8B8B8. Windows color (decimal): -2506951 or 3784665. OLE color: 3784665.
HSL color Cylindrical-coordinate representation of color #D9BF39: hue angle of 50.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9BF39 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 191 | 57 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.15 |
| HSL | 50.25º | 0.68% | 0.54% | - |
| HSV(B) | 50.25º | 0.74% | 0.85% | - |
| XYZ | 47.98 | 52.31 | 11.44 | - |
| YUV | 183.5 | 56.61 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 191 | 57 | 0 | 0.12 | 0.74 | 0.15 | 50.25 | 0.68 | 0.54 |
| Hex | D9 | BF | 39 | 0 | C | 4A | F | 32 | 44 | 36 |
| Octal | 331 | 277 | 71 | 0 | 14 | 112 | 17 | 62 | 104 | 66 |
| Binary | 11011001 | 10111111 | 111001 | 0 | 1100 | 1001010 | 1111 | 110010 | 1000100 | 110110 |
Color Harmonies of #D9BF39
Complementary color
Monochromatic Colors of #D9BF39
Black with #D9BF39
Text Example
Text Example
White with #D9BF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BF39; }
p { color: rgb(217,191,57); }
H1.HeaderClassName
{
color: #D9BF39;
}
.AnyTagClassName
{
color: #D9BF39;
}
</style>
background-color css
<style>
a { background-color: #D9BF39; }
a { background-color: rgb(217,191,57); }
div.DivClassName
{
background-color: #D9BF39;
}
.BgClassName
{
background-color: #D9BF39;
}
</style>
border-color css
<style>
span { border-color: #D9BF39; }
span { border-color: rgb(217,191,57); }
td.TdClassName
{
border-color: #D9BF39;
}
.TagClassName
{
border-color: #D9BF39;
}
</style>