Shades of Wattle #D3C534
Tints of Wattle #D3C534
RGB
CMYK
RGB Variations
Color information
#D3C534 (or 0xD3C534) is known color: Wattle. HEX triplet: D3, C5 and 34. RGB value is (211,197,52). Sum of RGB (Red+Green+Blue) = 211+197+52=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 52 (20.70% from 255 or 11.30% from 460); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C534 is #2C3ACB. Grayscale: #B9B9B9. Windows color (decimal): -2898636 or 3458515. OLE color: 3458515.
HSL color Cylindrical-coordinate representation of color #D3C534: hue angle of 54.72º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D3C534 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 52 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.17 |
| HSL | 54.72º | 0.64% | 0.52% | - |
| HSV(B) | 54.72º | 0.75% | 0.83% | - |
| XYZ | 47.45 | 54.03 | 11.18 | - |
| YUV | 184.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 52 | 0 | 0.07 | 0.75 | 0.17 | 54.72 | 0.64 | 0.52 |
| Hex | D3 | C5 | 34 | 0 | 7 | 4B | 11 | 37 | 40 | 34 |
| Octal | 323 | 305 | 64 | 0 | 7 | 113 | 21 | 67 | 100 | 64 |
| Binary | 11010011 | 11000101 | 110100 | 0 | 111 | 1001011 | 10001 | 110111 | 1000000 | 110100 |
Color Harmonies of #D3C534
Complementary color
Monochromatic Colors of #D3C534
Black with #D3C534
Text Example
Text Example
White with #D3C534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C534; }
p { color: rgb(211,197,52); }
H1.HeaderClassName
{
color: #D3C534;
}
.AnyTagClassName
{
color: #D3C534;
}
</style>
background-color css
<style>
a { background-color: #D3C534; }
a { background-color: rgb(211,197,52); }
div.DivClassName
{
background-color: #D3C534;
}
.BgClassName
{
background-color: #D3C534;
}
</style>
border-color css
<style>
span { border-color: #D3C534; }
span { border-color: rgb(211,197,52); }
td.TdClassName
{
border-color: #D3C534;
}
.TagClassName
{
border-color: #D3C534;
}
</style>