Shades of Wattle #D8D236
Tints of Wattle #D8D236
RGB
CMYK
RGB Variations
Color information
#D8D236 (or 0xD8D236) is known color: Wattle. HEX triplet: D8, D2 and 36. RGB value is (216,210,54). Sum of RGB (Red+Green+Blue) = 216+210+54=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D236 is #272DC9. Grayscale: #C2C2C2. Windows color (decimal): -2567626 or 3592920. OLE color: 3592920.
HSL color Cylindrical-coordinate representation of color #D8D236: hue angle of 57.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8D236 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 54 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.15 |
| HSL | 57.78º | 0.68% | 0.53% | - |
| HSV(B) | 57.78º | 0.75% | 0.85% | - |
| XYZ | 52.03 | 60.96 | 12.51 | - |
| YUV | 194.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 54 | 0 | 0.03 | 0.75 | 0.15 | 57.78 | 0.68 | 0.53 |
| Hex | D8 | D2 | 36 | 0 | 3 | 4B | F | 3A | 44 | 35 |
| Octal | 330 | 322 | 66 | 0 | 3 | 113 | 17 | 72 | 104 | 65 |
| Binary | 11011000 | 11010010 | 110110 | 0 | 11 | 1001011 | 1111 | 111010 | 1000100 | 110101 |
Color Harmonies of #D8D236
Complementary color
Monochromatic Colors of #D8D236
Black with #D8D236
Text Example
Text Example
White with #D8D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D236; }
p { color: rgb(216,210,54); }
H1.HeaderClassName
{
color: #D8D236;
}
.AnyTagClassName
{
color: #D8D236;
}
</style>
background-color css
<style>
a { background-color: #D8D236; }
a { background-color: rgb(216,210,54); }
div.DivClassName
{
background-color: #D8D236;
}
.BgClassName
{
background-color: #D8D236;
}
</style>
border-color css
<style>
span { border-color: #D8D236; }
span { border-color: rgb(216,210,54); }
td.TdClassName
{
border-color: #D8D236;
}
.TagClassName
{
border-color: #D8D236;
}
</style>