Shades of Wattle #D2C03D
Tints of Wattle #D2C03D
RGB
CMYK
RGB Variations
Color information
#D2C03D (or 0xD2C03D) is known color: Wattle. HEX triplet: D2, C0 and 3D. RGB value is (210,192,61). Sum of RGB (Red+Green+Blue) = 210+192+61=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 61 (24.22% from 255 or 13.17% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C03D is #2D3FC2. Grayscale: #B6B6B6. Windows color (decimal): -2965443 or 4047058. OLE color: 4047058.
HSL color Cylindrical-coordinate representation of color #D2C03D: hue angle of 52.75º 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 #D2C03D is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 61 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.18 |
| HSL | 52.75º | 0.62% | 0.53% | - |
| HSV(B) | 52.75º | 0.71% | 0.82% | - |
| XYZ | 46.27 | 51.74 | 11.96 | - |
| YUV | 182.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 61 | 0 | 0.09 | 0.71 | 0.18 | 52.75 | 0.62 | 0.53 |
| Hex | D2 | C0 | 3D | 0 | 9 | 47 | 12 | 35 | 3E | 35 |
| Octal | 322 | 300 | 75 | 0 | 11 | 107 | 22 | 65 | 76 | 65 |
| Binary | 11010010 | 11000000 | 111101 | 0 | 1001 | 1000111 | 10010 | 110101 | 111110 | 110101 |
Color Harmonies of #D2C03D
Complementary color
Monochromatic Colors of #D2C03D
Black with #D2C03D
Text Example
Text Example
White with #D2C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C03D; }
p { color: rgb(210,192,61); }
H1.HeaderClassName
{
color: #D2C03D;
}
.AnyTagClassName
{
color: #D2C03D;
}
</style>
background-color css
<style>
a { background-color: #D2C03D; }
a { background-color: rgb(210,192,61); }
div.DivClassName
{
background-color: #D2C03D;
}
.BgClassName
{
background-color: #D2C03D;
}
</style>
border-color css
<style>
span { border-color: #D2C03D; }
span { border-color: rgb(210,192,61); }
td.TdClassName
{
border-color: #D2C03D;
}
.TagClassName
{
border-color: #D2C03D;
}
</style>