Shades of Wattle #D8BF3C
Tints of Wattle #D8BF3C
RGB
CMYK
RGB Variations
Color information
#D8BF3C (or 0xD8BF3C) is known color: Wattle. HEX triplet: D8, BF and 3C. RGB value is (216,191,60). Sum of RGB (Red+Green+Blue) = 216+191+60=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 60 (23.83% from 255 or 12.85% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF3C is #2740C3. Grayscale: #B8B8B8. Windows color (decimal): -2572484 or 3981272. OLE color: 3981272.
HSL color Cylindrical-coordinate representation of color #D8BF3C: hue angle of 50.38º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8BF3C is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 60 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50.38º | 0.67% | 0.54% | - |
| HSV(B) | 50.38º | 0.72% | 0.85% | - |
| XYZ | 47.77 | 52.19 | 11.83 | - |
| YUV | 183.54 | 58.28 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 60 | 0 | 0.12 | 0.72 | 0.15 | 50.38 | 0.67 | 0.54 |
| Hex | D8 | BF | 3C | 0 | C | 48 | F | 32 | 43 | 36 |
| Octal | 330 | 277 | 74 | 0 | 14 | 110 | 17 | 62 | 103 | 66 |
| Binary | 11011000 | 10111111 | 111100 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000011 | 110110 |
Color Harmonies of #D8BF3C
Complementary color
Monochromatic Colors of #D8BF3C
Black with #D8BF3C
Text Example
Text Example
White with #D8BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF3C; }
p { color: rgb(216,191,60); }
H1.HeaderClassName
{
color: #D8BF3C;
}
.AnyTagClassName
{
color: #D8BF3C;
}
</style>
background-color css
<style>
a { background-color: #D8BF3C; }
a { background-color: rgb(216,191,60); }
div.DivClassName
{
background-color: #D8BF3C;
}
.BgClassName
{
background-color: #D8BF3C;
}
</style>
border-color css
<style>
span { border-color: #D8BF3C; }
span { border-color: rgb(216,191,60); }
td.TdClassName
{
border-color: #D8BF3C;
}
.TagClassName
{
border-color: #D8BF3C;
}
</style>