Shades of Wattle #D5C930
Tints of Wattle #D5C930
RGB
CMYK
RGB Variations
Color information
#D5C930 (or 0xD5C930) is known color: Wattle. HEX triplet: D5, C9 and 30. RGB value is (213,201,48). Sum of RGB (Red+Green+Blue) = 213+201+48=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C930 is #2A36CF. Grayscale: #BBBBBB. Windows color (decimal): -2766544 or 3197397. OLE color: 3197397.
HSL color Cylindrical-coordinate representation of color #D5C930: hue angle of 55.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D5C930 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 48 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.16 |
| HSL | 55.64º | 0.66% | 0.51% | - |
| HSV(B) | 55.64º | 0.77% | 0.84% | - |
| XYZ | 48.86 | 56.13 | 11.06 | - |
| YUV | 187.15 | 49.48 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 48 | 0 | 0.06 | 0.77 | 0.16 | 55.64 | 0.66 | 0.51 |
| Hex | D5 | C9 | 30 | 0 | 6 | 4D | 10 | 38 | 42 | 33 |
| Octal | 325 | 311 | 60 | 0 | 6 | 115 | 20 | 70 | 102 | 63 |
| Binary | 11010101 | 11001001 | 110000 | 0 | 110 | 1001101 | 10000 | 111000 | 1000010 | 110011 |
Color Harmonies of #D5C930
Complementary color
Monochromatic Colors of #D5C930
Black with #D5C930
Text Example
Text Example
White with #D5C930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C930; }
p { color: rgb(213,201,48); }
H1.HeaderClassName
{
color: #D5C930;
}
.AnyTagClassName
{
color: #D5C930;
}
</style>
background-color css
<style>
a { background-color: #D5C930; }
a { background-color: rgb(213,201,48); }
div.DivClassName
{
background-color: #D5C930;
}
.BgClassName
{
background-color: #D5C930;
}
</style>
border-color css
<style>
span { border-color: #D5C930; }
span { border-color: rgb(213,201,48); }
td.TdClassName
{
border-color: #D5C930;
}
.TagClassName
{
border-color: #D5C930;
}
</style>