Shades of Wattle #D5C030
Tints of Wattle #D5C030
RGB
CMYK
RGB Variations
Color information
#D5C030 (or 0xD5C030) is known color: Wattle. HEX triplet: D5, C0 and 30. RGB value is (213,192,48). Sum of RGB (Red+Green+Blue) = 213+192+48=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C030 is #2A3FCF. Grayscale: #B6B6B6. Windows color (decimal): -2768848 or 3195093. OLE color: 3195093.
HSL color Cylindrical-coordinate representation of color #D5C030: hue angle of 52.36º 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 #D5C030 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 48 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.16 |
| HSL | 52.36º | 0.66% | 0.51% | - |
| HSV(B) | 52.36º | 0.77% | 0.84% | - |
| XYZ | 46.82 | 52.06 | 10.38 | - |
| YUV | 181.86 | 52.46 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 48 | 0 | 0.10 | 0.77 | 0.16 | 52.36 | 0.66 | 0.51 |
| Hex | D5 | C0 | 30 | 0 | A | 4D | 10 | 34 | 42 | 33 |
| Octal | 325 | 300 | 60 | 0 | 12 | 115 | 20 | 64 | 102 | 63 |
| Binary | 11010101 | 11000000 | 110000 | 0 | 1010 | 1001101 | 10000 | 110100 | 1000010 | 110011 |
Color Harmonies of #D5C030
Complementary color
Monochromatic Colors of #D5C030
Black with #D5C030
Text Example
Text Example
White with #D5C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C030; }
p { color: rgb(213,192,48); }
H1.HeaderClassName
{
color: #D5C030;
}
.AnyTagClassName
{
color: #D5C030;
}
</style>
background-color css
<style>
a { background-color: #D5C030; }
a { background-color: rgb(213,192,48); }
div.DivClassName
{
background-color: #D5C030;
}
.BgClassName
{
background-color: #D5C030;
}
</style>
border-color css
<style>
span { border-color: #D5C030; }
span { border-color: rgb(213,192,48); }
td.TdClassName
{
border-color: #D5C030;
}
.TagClassName
{
border-color: #D5C030;
}
</style>