Shades of Wattle #D2C53B
Tints of Wattle #D2C53B
RGB
CMYK
RGB Variations
Color information
#D2C53B (or 0xD2C53B) is known color: Wattle. HEX triplet: D2, C5 and 3B. RGB value is (210,197,59). Sum of RGB (Red+Green+Blue) = 210+197+59=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 59 (23.44% from 255 or 12.66% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C53B is #2D3AC4. Grayscale: #B9B9B9. Windows color (decimal): -2964165 or 3917266. OLE color: 3917266.
HSL color Cylindrical-coordinate representation of color #D2C53B: hue angle of 54.83º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2C53B is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 59 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.18 |
| HSL | 54.83º | 0.63% | 0.53% | - |
| HSV(B) | 54.83º | 0.72% | 0.82% | - |
| XYZ | 47.33 | 53.95 | 12.06 | - |
| YUV | 185.16 | 56.81 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 59 | 0 | 0.06 | 0.72 | 0.18 | 54.83 | 0.63 | 0.53 |
| Hex | D2 | C5 | 3B | 0 | 6 | 48 | 12 | 37 | 3F | 35 |
| Octal | 322 | 305 | 73 | 0 | 6 | 110 | 22 | 67 | 77 | 65 |
| Binary | 11010010 | 11000101 | 111011 | 0 | 110 | 1001000 | 10010 | 110111 | 111111 | 110101 |
Color Harmonies of #D2C53B
Complementary color
Monochromatic Colors of #D2C53B
Black with #D2C53B
Text Example
Text Example
White with #D2C53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C53B; }
p { color: rgb(210,197,59); }
H1.HeaderClassName
{
color: #D2C53B;
}
.AnyTagClassName
{
color: #D2C53B;
}
</style>
background-color css
<style>
a { background-color: #D2C53B; }
a { background-color: rgb(210,197,59); }
div.DivClassName
{
background-color: #D2C53B;
}
.BgClassName
{
background-color: #D2C53B;
}
</style>
border-color css
<style>
span { border-color: #D2C53B; }
span { border-color: rgb(210,197,59); }
td.TdClassName
{
border-color: #D2C53B;
}
.TagClassName
{
border-color: #D2C53B;
}
</style>