Shades of Wattle #D8BF3D
Tints of Wattle #D8BF3D
RGB
CMYK
RGB Variations
Color information
#D8BF3D (or 0xD8BF3D) is known color: Wattle. HEX triplet: D8, BF and 3D. RGB value is (216,191,61). Sum of RGB (Red+Green+Blue) = 216+191+61=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 61 (24.22% from 255 or 13.03% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BF3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8BF3D is #2740C2. Grayscale: #B8B8B8. Windows color (decimal): -2572483 or 4046808. OLE color: 4046808.
HSL color Cylindrical-coordinate representation of color #D8BF3D: hue angle of 50.32º 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 #D8BF3D is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 191 | 61 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.15 |
| HSL | 50.32º | 0.67% | 0.54% | - |
| HSV(B) | 50.32º | 0.72% | 0.85% | - |
| XYZ | 47.79 | 52.2 | 11.97 | - |
| YUV | 183.66 | 58.78 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 191 | 61 | 0 | 0.12 | 0.72 | 0.15 | 50.32 | 0.67 | 0.54 |
| Hex | D8 | BF | 3D | 0 | C | 48 | F | 32 | 43 | 36 |
| Octal | 330 | 277 | 75 | 0 | 14 | 110 | 17 | 62 | 103 | 66 |
| Binary | 11011000 | 10111111 | 111101 | 0 | 1100 | 1001000 | 1111 | 110010 | 1000011 | 110110 |
Color Harmonies of #D8BF3D
Complementary color
Monochromatic Colors of #D8BF3D
Black with #D8BF3D
Text Example
Text Example
White with #D8BF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BF3D; }
p { color: rgb(216,191,61); }
H1.HeaderClassName
{
color: #D8BF3D;
}
.AnyTagClassName
{
color: #D8BF3D;
}
</style>
background-color css
<style>
a { background-color: #D8BF3D; }
a { background-color: rgb(216,191,61); }
div.DivClassName
{
background-color: #D8BF3D;
}
.BgClassName
{
background-color: #D8BF3D;
}
</style>
border-color css
<style>
span { border-color: #D8BF3D; }
span { border-color: rgb(216,191,61); }
td.TdClassName
{
border-color: #D8BF3D;
}
.TagClassName
{
border-color: #D8BF3D;
}
</style>