Shades of Wattle #D8C933
Tints of Wattle #D8C933
RGB
CMYK
RGB Variations
Color information
#D8C933 (or 0xD8C933) is known color: Wattle. HEX triplet: D8, C9 and 33. RGB value is (216,201,51). Sum of RGB (Red+Green+Blue) = 216+201+51=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 201 (78.91% from 255 or 42.95% from 468); Blue value is 51 (20.31% from 255 or 10.90% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C933 is #2736CC. Grayscale: #BDBDBD. Windows color (decimal): -2569933 or 3394008. OLE color: 3394008.
HSL color Cylindrical-coordinate representation of color #D8C933: hue angle of 54.55º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8C933 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 51 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.15 |
| HSL | 54.55º | 0.68% | 0.52% | - |
| HSV(B) | 54.55º | 0.76% | 0.85% | - |
| XYZ | 49.8 | 56.61 | 11.43 | - |
| YUV | 188.39 | 50.47 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 51 | 0 | 0.07 | 0.76 | 0.15 | 54.55 | 0.68 | 0.52 |
| Hex | D8 | C9 | 33 | 0 | 7 | 4C | F | 37 | 44 | 34 |
| Octal | 330 | 311 | 63 | 0 | 7 | 114 | 17 | 67 | 104 | 64 |
| Binary | 11011000 | 11001001 | 110011 | 0 | 111 | 1001100 | 1111 | 110111 | 1000100 | 110100 |
Color Harmonies of #D8C933
Complementary color
Monochromatic Colors of #D8C933
Black with #D8C933
Text Example
Text Example
White with #D8C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C933; }
p { color: rgb(216,201,51); }
H1.HeaderClassName
{
color: #D8C933;
}
.AnyTagClassName
{
color: #D8C933;
}
</style>
background-color css
<style>
a { background-color: #D8C933; }
a { background-color: rgb(216,201,51); }
div.DivClassName
{
background-color: #D8C933;
}
.BgClassName
{
background-color: #D8C933;
}
</style>
border-color css
<style>
span { border-color: #D8C933; }
span { border-color: rgb(216,201,51); }
td.TdClassName
{
border-color: #D8C933;
}
.TagClassName
{
border-color: #D8C933;
}
</style>