Shades of Wattle #D2C545
Tints of Wattle #D2C545
RGB
CMYK
RGB Variations
Color information
#D2C545 (or 0xD2C545) is known color: Wattle. HEX triplet: D2, C5 and 45. RGB value is (210,197,69). Sum of RGB (Red+Green+Blue) = 210+197+69=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 69 (27.34% from 255 or 14.50% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C545 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C545 is #2D3ABA. Grayscale: #BABABA. Windows color (decimal): -2964155 or 4572626. OLE color: 4572626.
HSL color Cylindrical-coordinate representation of color #D2C545: hue angle of 54.47º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2C545 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 197 | 69 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.18 |
| HSL | 54.47º | 0.61% | 0.55% | - |
| HSV(B) | 54.47º | 0.67% | 0.82% | - |
| XYZ | 47.62 | 54.06 | 13.56 | - |
| YUV | 186.3 | 61.81 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 197 | 69 | 0 | 0.06 | 0.67 | 0.18 | 54.47 | 0.61 | 0.55 |
| Hex | D2 | C5 | 45 | 0 | 6 | 43 | 12 | 36 | 3D | 37 |
| Octal | 322 | 305 | 105 | 0 | 6 | 103 | 22 | 66 | 75 | 67 |
| Binary | 11010010 | 11000101 | 1000101 | 0 | 110 | 1000011 | 10010 | 110110 | 111101 | 110111 |
Color Harmonies of #D2C545
Complementary color
Monochromatic Colors of #D2C545
Black with #D2C545
Text Example
Text Example
White with #D2C545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C545; }
p { color: rgb(210,197,69); }
H1.HeaderClassName
{
color: #D2C545;
}
.AnyTagClassName
{
color: #D2C545;
}
</style>
background-color css
<style>
a { background-color: #D2C545; }
a { background-color: rgb(210,197,69); }
div.DivClassName
{
background-color: #D2C545;
}
.BgClassName
{
background-color: #D2C545;
}
</style>
border-color css
<style>
span { border-color: #D2C545; }
span { border-color: rgb(210,197,69); }
td.TdClassName
{
border-color: #D2C545;
}
.TagClassName
{
border-color: #D2C545;
}
</style>