Shades of Wattle #D2C13C
Tints of Wattle #D2C13C
RGB
CMYK
RGB Variations
Color information
#D2C13C (or 0xD2C13C) is known color: Wattle. HEX triplet: D2, C1 and 3C. RGB value is (210,193,60). Sum of RGB (Red+Green+Blue) = 210+193+60=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 60 (23.83% from 255 or 12.96% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C13C is #2D3EC3. Grayscale: #B7B7B7. Windows color (decimal): -2965188 or 3981778. OLE color: 3981778.
HSL color Cylindrical-coordinate representation of color #D2C13C: hue angle of 53.2º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2C13C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 193 | 60 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.18 |
| HSL | 53.2º | 0.63% | 0.53% | - |
| HSV(B) | 53.2º | 0.71% | 0.82% | - |
| XYZ | 46.46 | 52.17 | 11.9 | - |
| YUV | 182.92 | 58.63 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 193 | 60 | 0 | 0.08 | 0.71 | 0.18 | 53.2 | 0.63 | 0.53 |
| Hex | D2 | C1 | 3C | 0 | 8 | 47 | 12 | 35 | 3E | 35 |
| Octal | 322 | 301 | 74 | 0 | 10 | 107 | 22 | 65 | 76 | 65 |
| Binary | 11010010 | 11000001 | 111100 | 0 | 1000 | 1000111 | 10010 | 110101 | 111110 | 110101 |
Color Harmonies of #D2C13C
Complementary color
Monochromatic Colors of #D2C13C
Black with #D2C13C
Text Example
Text Example
White with #D2C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C13C; }
p { color: rgb(210,193,60); }
H1.HeaderClassName
{
color: #D2C13C;
}
.AnyTagClassName
{
color: #D2C13C;
}
</style>
background-color css
<style>
a { background-color: #D2C13C; }
a { background-color: rgb(210,193,60); }
div.DivClassName
{
background-color: #D2C13C;
}
.BgClassName
{
background-color: #D2C13C;
}
</style>
border-color css
<style>
span { border-color: #D2C13C; }
span { border-color: rgb(210,193,60); }
td.TdClassName
{
border-color: #D2C13C;
}
.TagClassName
{
border-color: #D2C13C;
}
</style>