Shades of Wattle #D8C333
Tints of Wattle #D8C333
RGB
CMYK
RGB Variations
Color information
#D8C333 (or 0xD8C333) is known color: Wattle. HEX triplet: D8, C3 and 33. RGB value is (216,195,51). Sum of RGB (Red+Green+Blue) = 216+195+51=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C333 is #273CCC. Grayscale: #B9B9B9. Windows color (decimal): -2571469 or 3392472. OLE color: 3392472.
HSL color Cylindrical-coordinate representation of color #D8C333: hue angle of 52.36º 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 #D8C333 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 51 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.15 |
| HSL | 52.36º | 0.68% | 0.52% | - |
| HSV(B) | 52.36º | 0.76% | 0.85% | - |
| XYZ | 48.43 | 53.87 | 10.98 | - |
| YUV | 184.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 51 | 0 | 0.10 | 0.76 | 0.15 | 52.36 | 0.68 | 0.52 |
| Hex | D8 | C3 | 33 | 0 | A | 4C | F | 34 | 44 | 34 |
| Octal | 330 | 303 | 63 | 0 | 12 | 114 | 17 | 64 | 104 | 64 |
| Binary | 11011000 | 11000011 | 110011 | 0 | 1010 | 1001100 | 1111 | 110100 | 1000100 | 110100 |
Color Harmonies of #D8C333
Complementary color
Monochromatic Colors of #D8C333
Black with #D8C333
Text Example
Text Example
White with #D8C333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C333; }
p { color: rgb(216,195,51); }
H1.HeaderClassName
{
color: #D8C333;
}
.AnyTagClassName
{
color: #D8C333;
}
</style>
background-color css
<style>
a { background-color: #D8C333; }
a { background-color: rgb(216,195,51); }
div.DivClassName
{
background-color: #D8C333;
}
.BgClassName
{
background-color: #D8C333;
}
</style>
border-color css
<style>
span { border-color: #D8C333; }
span { border-color: rgb(216,195,51); }
td.TdClassName
{
border-color: #D8C333;
}
.TagClassName
{
border-color: #D8C333;
}
</style>