Shades of Wattle #D8C139
Tints of Wattle #D8C139
RGB
CMYK
RGB Variations
Color information
#D8C139 (or 0xD8C139) is known color: Wattle. HEX triplet: D8, C1 and 39. RGB value is (216,193,57). Sum of RGB (Red+Green+Blue) = 216+193+57=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 57 (22.66% from 255 or 12.23% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C139 is #273EC6. Grayscale: #B8B8B8. Windows color (decimal): -2571975 or 3785176. OLE color: 3785176.
HSL color Cylindrical-coordinate representation of color #D8C139: hue angle of 51.32º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8C139 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 193 | 57 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.15 |
| HSL | 51.32º | 0.67% | 0.54% | - |
| HSV(B) | 51.32º | 0.74% | 0.85% | - |
| XYZ | 48.13 | 53.03 | 11.57 | - |
| YUV | 184.37 | 56.12 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 193 | 57 | 0 | 0.11 | 0.74 | 0.15 | 51.32 | 0.67 | 0.54 |
| Hex | D8 | C1 | 39 | 0 | B | 4A | F | 33 | 43 | 36 |
| Octal | 330 | 301 | 71 | 0 | 13 | 112 | 17 | 63 | 103 | 66 |
| Binary | 11011000 | 11000001 | 111001 | 0 | 1011 | 1001010 | 1111 | 110011 | 1000011 | 110110 |
Color Harmonies of #D8C139
Complementary color
Monochromatic Colors of #D8C139
Black with #D8C139
Text Example
Text Example
White with #D8C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C139; }
p { color: rgb(216,193,57); }
H1.HeaderClassName
{
color: #D8C139;
}
.AnyTagClassName
{
color: #D8C139;
}
</style>
background-color css
<style>
a { background-color: #D8C139; }
a { background-color: rgb(216,193,57); }
div.DivClassName
{
background-color: #D8C139;
}
.BgClassName
{
background-color: #D8C139;
}
</style>
border-color css
<style>
span { border-color: #D8C139; }
span { border-color: rgb(216,193,57); }
td.TdClassName
{
border-color: #D8C139;
}
.TagClassName
{
border-color: #D8C139;
}
</style>