Shades of Wattle #D2C245
Tints of Wattle #D2C245
RGB
CMYK
RGB Variations
Color information
#D2C245 (or 0xD2C245) is known color: Wattle. HEX triplet: D2, C2 and 45. RGB value is (210,194,69). Sum of RGB (Red+Green+Blue) = 210+194+69=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C245 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C245 is #2D3DBA. Grayscale: #B9B9B9. Windows color (decimal): -2964923 or 4571858. OLE color: 4571858.
HSL color Cylindrical-coordinate representation of color #D2C245: hue angle of 53.19º 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 #D2C245 is Cyan = 0, Magento = 0.08, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 69 | - |
| CMYK | 0 | 0.08 | 0.67 | 0.18 |
| HSL | 53.19º | 0.61% | 0.55% | - |
| HSV(B) | 53.19º | 0.67% | 0.82% | - |
| XYZ | 46.94 | 52.71 | 13.33 | - |
| YUV | 184.53 | 62.8 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 69 | 0 | 0.08 | 0.67 | 0.18 | 53.19 | 0.61 | 0.55 |
| Hex | D2 | C2 | 45 | 0 | 8 | 43 | 12 | 35 | 3D | 37 |
| Octal | 322 | 302 | 105 | 0 | 10 | 103 | 22 | 65 | 75 | 67 |
| Binary | 11010010 | 11000010 | 1000101 | 0 | 1000 | 1000011 | 10010 | 110101 | 111101 | 110111 |
Color Harmonies of #D2C245
Complementary color
Monochromatic Colors of #D2C245
Black with #D2C245
Text Example
Text Example
White with #D2C245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C245; }
p { color: rgb(210,194,69); }
H1.HeaderClassName
{
color: #D2C245;
}
.AnyTagClassName
{
color: #D2C245;
}
</style>
background-color css
<style>
a { background-color: #D2C245; }
a { background-color: rgb(210,194,69); }
div.DivClassName
{
background-color: #D2C245;
}
.BgClassName
{
background-color: #D2C245;
}
</style>
border-color css
<style>
span { border-color: #D2C245; }
span { border-color: rgb(210,194,69); }
td.TdClassName
{
border-color: #D2C245;
}
.TagClassName
{
border-color: #D2C245;
}
</style>