Shades of Wattle #D8C831
Tints of Wattle #D8C831
RGB
CMYK
RGB Variations
Color information
#D8C831 (or 0xD8C831) is known color: Wattle. HEX triplet: D8, C8 and 31. RGB value is (216,200,49). Sum of RGB (Red+Green+Blue) = 216+200+49=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 49 (19.53% from 255 or 10.54% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C831 is #2737CE. Grayscale: #BCBCBC. Windows color (decimal): -2570191 or 3262680. OLE color: 3262680.
HSL color Cylindrical-coordinate representation of color #D8C831: hue angle of 54.25º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8C831 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 49 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.15 |
| HSL | 54.25º | 0.68% | 0.52% | - |
| HSV(B) | 54.25º | 0.77% | 0.85% | - |
| XYZ | 49.53 | 56.13 | 11.13 | - |
| YUV | 187.57 | 49.8 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 49 | 0 | 0.07 | 0.77 | 0.15 | 54.25 | 0.68 | 0.52 |
| Hex | D8 | C8 | 31 | 0 | 7 | 4D | F | 36 | 44 | 34 |
| Octal | 330 | 310 | 61 | 0 | 7 | 115 | 17 | 66 | 104 | 64 |
| Binary | 11011000 | 11001000 | 110001 | 0 | 111 | 1001101 | 1111 | 110110 | 1000100 | 110100 |
Color Harmonies of #D8C831
Complementary color
Monochromatic Colors of #D8C831
Black with #D8C831
Text Example
Text Example
White with #D8C831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C831; }
p { color: rgb(216,200,49); }
H1.HeaderClassName
{
color: #D8C831;
}
.AnyTagClassName
{
color: #D8C831;
}
</style>
background-color css
<style>
a { background-color: #D8C831; }
a { background-color: rgb(216,200,49); }
div.DivClassName
{
background-color: #D8C831;
}
.BgClassName
{
background-color: #D8C831;
}
</style>
border-color css
<style>
span { border-color: #D8C831; }
span { border-color: rgb(216,200,49); }
td.TdClassName
{
border-color: #D8C831;
}
.TagClassName
{
border-color: #D8C831;
}
</style>