Shades of Wattle #D8D238
Tints of Wattle #D8D238
RGB
CMYK
RGB Variations
Color information
#D8D238 (or 0xD8D238) is known color: Wattle. HEX triplet: D8, D2 and 38. RGB value is (216,210,56). Sum of RGB (Red+Green+Blue) = 216+210+56=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 56 (22.27% from 255 or 11.62% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D238 is #272DC7. Grayscale: #C2C2C2. Windows color (decimal): -2567624 or 3723992. OLE color: 3723992.
HSL color Cylindrical-coordinate representation of color #D8D238: hue angle of 57.75º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8D238 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 210 | 56 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.15 |
| HSL | 57.75º | 0.67% | 0.53% | - |
| HSV(B) | 57.75º | 0.74% | 0.85% | - |
| XYZ | 52.08 | 60.98 | 12.77 | - |
| YUV | 194.24 | 49.99 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 210 | 56 | 0 | 0.03 | 0.74 | 0.15 | 57.75 | 0.67 | 0.53 |
| Hex | D8 | D2 | 38 | 0 | 3 | 4A | F | 3A | 43 | 35 |
| Octal | 330 | 322 | 70 | 0 | 3 | 112 | 17 | 72 | 103 | 65 |
| Binary | 11011000 | 11010010 | 111000 | 0 | 11 | 1001010 | 1111 | 111010 | 1000011 | 110101 |
Color Harmonies of #D8D238
Complementary color
Monochromatic Colors of #D8D238
Black with #D8D238
Text Example
Text Example
White with #D8D238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D238; }
p { color: rgb(216,210,56); }
H1.HeaderClassName
{
color: #D8D238;
}
.AnyTagClassName
{
color: #D8D238;
}
</style>
background-color css
<style>
a { background-color: #D8D238; }
a { background-color: rgb(216,210,56); }
div.DivClassName
{
background-color: #D8D238;
}
.BgClassName
{
background-color: #D8D238;
}
</style>
border-color css
<style>
span { border-color: #D8D238; }
span { border-color: rgb(216,210,56); }
td.TdClassName
{
border-color: #D8D238;
}
.TagClassName
{
border-color: #D8D238;
}
</style>