Shades of Wattle #D5C42F
Tints of Wattle #D5C42F
RGB
CMYK
RGB Variations
Color information
#D5C42F (or 0xD5C42F) is known color: Wattle. HEX triplet: D5, C4 and 2F. RGB value is (213,196,47). Sum of RGB (Red+Green+Blue) = 213+196+47=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C42F is #2A3BD0. Grayscale: #B8B8B8. Windows color (decimal): -2767825 or 3130581. OLE color: 3130581.
HSL color Cylindrical-coordinate representation of color #D5C42F: hue angle of 53.86º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5C42F is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 47 | - |
| CMYK | 0 | 0.08 | 0.78 | 0.16 |
| HSL | 53.86º | 0.66% | 0.51% | - |
| HSV(B) | 53.86º | 0.78% | 0.84% | - |
| XYZ | 47.69 | 53.83 | 10.57 | - |
| YUV | 184.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 47 | 0 | 0.08 | 0.78 | 0.16 | 53.86 | 0.66 | 0.51 |
| Hex | D5 | C4 | 2F | 0 | 8 | 4E | 10 | 36 | 42 | 33 |
| Octal | 325 | 304 | 57 | 0 | 10 | 116 | 20 | 66 | 102 | 63 |
| Binary | 11010101 | 11000100 | 101111 | 0 | 1000 | 1001110 | 10000 | 110110 | 1000010 | 110011 |
Color Harmonies of #D5C42F
Complementary color
Monochromatic Colors of #D5C42F
Black with #D5C42F
Text Example
Text Example
White with #D5C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C42F; }
p { color: rgb(213,196,47); }
H1.HeaderClassName
{
color: #D5C42F;
}
.AnyTagClassName
{
color: #D5C42F;
}
</style>
background-color css
<style>
a { background-color: #D5C42F; }
a { background-color: rgb(213,196,47); }
div.DivClassName
{
background-color: #D5C42F;
}
.BgClassName
{
background-color: #D5C42F;
}
</style>
border-color css
<style>
span { border-color: #D5C42F; }
span { border-color: rgb(213,196,47); }
td.TdClassName
{
border-color: #D5C42F;
}
.TagClassName
{
border-color: #D5C42F;
}
</style>