Shades of Wattle #D5C03B
Tints of Wattle #D5C03B
RGB
CMYK
RGB Variations
Color information
#D5C03B (or 0xD5C03B) is known color: Wattle. HEX triplet: D5, C0 and 3B. RGB value is (213,192,59). Sum of RGB (Red+Green+Blue) = 213+192+59=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 192 (75.39% from 255 or 41.38% from 464); Blue value is 59 (23.44% from 255 or 12.72% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C03B is #2A3FC4. Grayscale: #B7B7B7. Windows color (decimal): -2768837 or 3915989. OLE color: 3915989.
HSL color Cylindrical-coordinate representation of color #D5C03B: hue angle of 51.82º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5C03B is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 59 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.16 |
| HSL | 51.82º | 0.65% | 0.53% | - |
| HSV(B) | 51.82º | 0.72% | 0.84% | - |
| XYZ | 47.08 | 52.16 | 11.72 | - |
| YUV | 183.12 | 57.96 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 59 | 0 | 0.10 | 0.72 | 0.16 | 51.82 | 0.65 | 0.53 |
| Hex | D5 | C0 | 3B | 0 | A | 48 | 10 | 34 | 41 | 35 |
| Octal | 325 | 300 | 73 | 0 | 12 | 110 | 20 | 64 | 101 | 65 |
| Binary | 11010101 | 11000000 | 111011 | 0 | 1010 | 1001000 | 10000 | 110100 | 1000001 | 110101 |
Color Harmonies of #D5C03B
Complementary color
Monochromatic Colors of #D5C03B
Black with #D5C03B
Text Example
Text Example
White with #D5C03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C03B; }
p { color: rgb(213,192,59); }
H1.HeaderClassName
{
color: #D5C03B;
}
.AnyTagClassName
{
color: #D5C03B;
}
</style>
background-color css
<style>
a { background-color: #D5C03B; }
a { background-color: rgb(213,192,59); }
div.DivClassName
{
background-color: #D5C03B;
}
.BgClassName
{
background-color: #D5C03B;
}
</style>
border-color css
<style>
span { border-color: #D5C03B; }
span { border-color: rgb(213,192,59); }
td.TdClassName
{
border-color: #D5C03B;
}
.TagClassName
{
border-color: #D5C03B;
}
</style>