Shades of Wattle #D8D038
Tints of Wattle #D8D038
RGB
CMYK
RGB Variations
Color information
#D8D038 (or 0xD8D038) is known color: Wattle. HEX triplet: D8, D0 and 38. RGB value is (216,208,56). Sum of RGB (Red+Green+Blue) = 216+208+56=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 208 (81.64% from 255 or 43.33% from 480); Blue value is 56 (22.27% from 255 or 11.67% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D038 is #272FC7. Grayscale: #C1C1C1. Windows color (decimal): -2568136 or 3723480. OLE color: 3723480.
HSL color Cylindrical-coordinate representation of color #D8D038: hue angle of 57º 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 #D8D038 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 208 | 56 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.15 |
| HSL | 57º | 0.67% | 0.53% | - |
| HSV(B) | 57º | 0.74% | 0.85% | - |
| XYZ | 51.59 | 60 | 12.6 | - |
| YUV | 193.06 | 50.65 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 208 | 56 | 0 | 0.04 | 0.74 | 0.15 | 57 | 0.67 | 0.53 |
| Hex | D8 | D0 | 38 | 0 | 4 | 4A | F | 39 | 43 | 35 |
| Octal | 330 | 320 | 70 | 0 | 4 | 112 | 17 | 71 | 103 | 65 |
| Binary | 11011000 | 11010000 | 111000 | 0 | 100 | 1001010 | 1111 | 111001 | 1000011 | 110101 |
Color Harmonies of #D8D038
Complementary color
Monochromatic Colors of #D8D038
Black with #D8D038
Text Example
Text Example
White with #D8D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D038; }
p { color: rgb(216,208,56); }
H1.HeaderClassName
{
color: #D8D038;
}
.AnyTagClassName
{
color: #D8D038;
}
</style>
background-color css
<style>
a { background-color: #D8D038; }
a { background-color: rgb(216,208,56); }
div.DivClassName
{
background-color: #D8D038;
}
.BgClassName
{
background-color: #D8D038;
}
</style>
border-color css
<style>
span { border-color: #D8D038; }
span { border-color: rgb(216,208,56); }
td.TdClassName
{
border-color: #D8D038;
}
.TagClassName
{
border-color: #D8D038;
}
</style>