Shades of Wattle #D5C03F
Tints of Wattle #D5C03F
RGB
CMYK
RGB Variations
Color information
#D5C03F (or 0xD5C03F) is known color: Wattle. HEX triplet: D5, C0 and 3F. RGB value is (213,192,63). Sum of RGB (Red+Green+Blue) = 213+192+63=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C03F is #2A3FC0. Grayscale: #B8B8B8. Windows color (decimal): -2768833 or 4178133. OLE color: 4178133.
HSL color Cylindrical-coordinate representation of color #D5C03F: hue angle of 51.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5C03F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 63 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.16 |
| HSL | 51.6º | 0.64% | 0.54% | - |
| HSV(B) | 51.6º | 0.7% | 0.84% | - |
| XYZ | 47.19 | 52.2 | 12.29 | - |
| YUV | 183.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 63 | 0 | 0.10 | 0.70 | 0.16 | 51.6 | 0.64 | 0.54 |
| Hex | D5 | C0 | 3F | 0 | A | 46 | 10 | 34 | 40 | 36 |
| Octal | 325 | 300 | 77 | 0 | 12 | 106 | 20 | 64 | 100 | 66 |
| Binary | 11010101 | 11000000 | 111111 | 0 | 1010 | 1000110 | 10000 | 110100 | 1000000 | 110110 |
Color Harmonies of #D5C03F
Complementary color
Monochromatic Colors of #D5C03F
Black with #D5C03F
Text Example
Text Example
White with #D5C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C03F; }
p { color: rgb(213,192,63); }
H1.HeaderClassName
{
color: #D5C03F;
}
.AnyTagClassName
{
color: #D5C03F;
}
</style>
background-color css
<style>
a { background-color: #D5C03F; }
a { background-color: rgb(213,192,63); }
div.DivClassName
{
background-color: #D5C03F;
}
.BgClassName
{
background-color: #D5C03F;
}
</style>
border-color css
<style>
span { border-color: #D5C03F; }
span { border-color: rgb(213,192,63); }
td.TdClassName
{
border-color: #D5C03F;
}
.TagClassName
{
border-color: #D5C03F;
}
</style>