Shades of Wattle #D3C434
Tints of Wattle #D3C434
RGB
CMYK
RGB Variations
Color information
#D3C434 (or 0xD3C434) is known color: Wattle. HEX triplet: D3, C4 and 34. RGB value is (211,196,52). Sum of RGB (Red+Green+Blue) = 211+196+52=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 52 (20.70% from 255 or 11.33% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3C434 is #2C3BCB. Grayscale: #B8B8B8. Windows color (decimal): -2898892 or 3458259. OLE color: 3458259.
HSL color Cylindrical-coordinate representation of color #D3C434: hue angle of 54.34º 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 #D3C434 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 196 | 52 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.17 |
| HSL | 54.34º | 0.64% | 0.52% | - |
| HSV(B) | 54.34º | 0.75% | 0.83% | - |
| XYZ | 47.22 | 53.58 | 11.1 | - |
| YUV | 184.07 | 53.47 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 196 | 52 | 0 | 0.07 | 0.75 | 0.17 | 54.34 | 0.64 | 0.52 |
| Hex | D3 | C4 | 34 | 0 | 7 | 4B | 11 | 36 | 40 | 34 |
| Octal | 323 | 304 | 64 | 0 | 7 | 113 | 21 | 66 | 100 | 64 |
| Binary | 11010011 | 11000100 | 110100 | 0 | 111 | 1001011 | 10001 | 110110 | 1000000 | 110100 |
Color Harmonies of #D3C434
Complementary color
Monochromatic Colors of #D3C434
Black with #D3C434
Text Example
Text Example
White with #D3C434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C434; }
p { color: rgb(211,196,52); }
H1.HeaderClassName
{
color: #D3C434;
}
.AnyTagClassName
{
color: #D3C434;
}
</style>
background-color css
<style>
a { background-color: #D3C434; }
a { background-color: rgb(211,196,52); }
div.DivClassName
{
background-color: #D3C434;
}
.BgClassName
{
background-color: #D3C434;
}
</style>
border-color css
<style>
span { border-color: #D3C434; }
span { border-color: rgb(211,196,52); }
td.TdClassName
{
border-color: #D3C434;
}
.TagClassName
{
border-color: #D3C434;
}
</style>