Shades of Wattle #D2C533
Tints of Wattle #D2C533
RGB
CMYK
RGB Variations
Color information
#D2C533 (or 0xD2C533) is known color: Wattle. HEX triplet: D2, C5 and 33. RGB value is (210,197,51). Sum of RGB (Red+Green+Blue) = 210+197+51=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 51 (20.31% from 255 or 11.14% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C533 is #2D3ACC. Grayscale: #B8B8B8. Windows color (decimal): -2964173 or 3392978. OLE color: 3392978.
HSL color Cylindrical-coordinate representation of color #D2C533: hue angle of 55.09º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C533 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 51 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.18 |
| HSL | 55.09º | 0.64% | 0.51% | - |
| HSV(B) | 55.09º | 0.76% | 0.82% | - |
| XYZ | 47.14 | 53.87 | 11.05 | - |
| YUV | 184.24 | 52.81 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 51 | 0 | 0.06 | 0.76 | 0.18 | 55.09 | 0.64 | 0.51 |
| Hex | D2 | C5 | 33 | 0 | 6 | 4C | 12 | 37 | 40 | 33 |
| Octal | 322 | 305 | 63 | 0 | 6 | 114 | 22 | 67 | 100 | 63 |
| Binary | 11010010 | 11000101 | 110011 | 0 | 110 | 1001100 | 10010 | 110111 | 1000000 | 110011 |
Color Harmonies of #D2C533
Complementary color
Monochromatic Colors of #D2C533
Black with #D2C533
Text Example
Text Example
White with #D2C533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C533; }
p { color: rgb(210,197,51); }
H1.HeaderClassName
{
color: #D2C533;
}
.AnyTagClassName
{
color: #D2C533;
}
</style>
background-color css
<style>
a { background-color: #D2C533; }
a { background-color: rgb(210,197,51); }
div.DivClassName
{
background-color: #D2C533;
}
.BgClassName
{
background-color: #D2C533;
}
</style>
border-color css
<style>
span { border-color: #D2C533; }
span { border-color: rgb(210,197,51); }
td.TdClassName
{
border-color: #D2C533;
}
.TagClassName
{
border-color: #D2C533;
}
</style>