Shades of Wattle #D2C03C
Tints of Wattle #D2C03C
RGB
CMYK
RGB Variations
Color information
#D2C03C (or 0xD2C03C) is known color: Wattle. HEX triplet: D2, C0 and 3C. RGB value is (210,192,60). Sum of RGB (Red+Green+Blue) = 210+192+60=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 60 (23.83% from 255 or 12.99% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C03C is #2D3FC3. Grayscale: #B6B6B6. Windows color (decimal): -2965444 or 3981522. OLE color: 3981522.
HSL color Cylindrical-coordinate representation of color #D2C03C: hue angle of 52.8º 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 #D2C03C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.18 |
| HSL | 52.8º | 0.63% | 0.53% | - |
| HSV(B) | 52.8º | 0.71% | 0.82% | - |
| XYZ | 46.24 | 51.73 | 11.82 | - |
| YUV | 182.33 | 58.96 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 60 | 0 | 0.09 | 0.71 | 0.18 | 52.8 | 0.63 | 0.53 |
| Hex | D2 | C0 | 3C | 0 | 9 | 47 | 12 | 35 | 3E | 35 |
| Octal | 322 | 300 | 74 | 0 | 11 | 107 | 22 | 65 | 76 | 65 |
| Binary | 11010010 | 11000000 | 111100 | 0 | 1001 | 1000111 | 10010 | 110101 | 111110 | 110101 |
Color Harmonies of #D2C03C
Complementary color
Monochromatic Colors of #D2C03C
Black with #D2C03C
Text Example
Text Example
White with #D2C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C03C; }
p { color: rgb(210,192,60); }
H1.HeaderClassName
{
color: #D2C03C;
}
.AnyTagClassName
{
color: #D2C03C;
}
</style>
background-color css
<style>
a { background-color: #D2C03C; }
a { background-color: rgb(210,192,60); }
div.DivClassName
{
background-color: #D2C03C;
}
.BgClassName
{
background-color: #D2C03C;
}
</style>
border-color css
<style>
span { border-color: #D2C03C; }
span { border-color: rgb(210,192,60); }
td.TdClassName
{
border-color: #D2C03C;
}
.TagClassName
{
border-color: #D2C03C;
}
</style>