Shades of Wattle #D8D13B
Tints of Wattle #D8D13B
RGB
CMYK
RGB Variations
Color information
#D8D13B (or 0xD8D13B) is known color: Wattle. HEX triplet: D8, D1 and 3B. RGB value is (216,209,59). Sum of RGB (Red+Green+Blue) = 216+209+59=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 209 (82.03% from 255 or 43.18% from 484); Blue value is 59 (23.44% from 255 or 12.19% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D13B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D13B is #272EC4. Grayscale: #C2C2C2. Windows color (decimal): -2567877 or 3920344. OLE color: 3920344.
HSL color Cylindrical-coordinate representation of color #D8D13B: hue angle of 57.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8D13B is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 59 | - |
| CMYK | 0 | 0.03 | 0.73 | 0.15 |
| HSL | 57.32º | 0.67% | 0.54% | - |
| HSV(B) | 57.32º | 0.73% | 0.85% | - |
| XYZ | 51.91 | 60.52 | 13.08 | - |
| YUV | 193.99 | 51.82 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 59 | 0 | 0.03 | 0.73 | 0.15 | 57.32 | 0.67 | 0.54 |
| Hex | D8 | D1 | 3B | 0 | 3 | 49 | F | 39 | 43 | 36 |
| Octal | 330 | 321 | 73 | 0 | 3 | 111 | 17 | 71 | 103 | 66 |
| Binary | 11011000 | 11010001 | 111011 | 0 | 11 | 1001001 | 1111 | 111001 | 1000011 | 110110 |
Color Harmonies of #D8D13B
Complementary color
Monochromatic Colors of #D8D13B
Black with #D8D13B
Text Example
Text Example
White with #D8D13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D13B; }
p { color: rgb(216,209,59); }
H1.HeaderClassName
{
color: #D8D13B;
}
.AnyTagClassName
{
color: #D8D13B;
}
</style>
background-color css
<style>
a { background-color: #D8D13B; }
a { background-color: rgb(216,209,59); }
div.DivClassName
{
background-color: #D8D13B;
}
.BgClassName
{
background-color: #D8D13B;
}
</style>
border-color css
<style>
span { border-color: #D8D13B; }
span { border-color: rgb(216,209,59); }
td.TdClassName
{
border-color: #D8D13B;
}
.TagClassName
{
border-color: #D8D13B;
}
</style>