Shades of Wattle #D0C03C
Tints of Wattle #D0C03C
RGB
CMYK
RGB Variations
Color information
#D0C03C (or 0xD0C03C) is known color: Wattle. HEX triplet: D0, C0 and 3C. RGB value is (208,192,60). Sum of RGB (Red+Green+Blue) = 208+192+60=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C03C is #2F3FC3. Grayscale: #B6B6B6. Windows color (decimal): -3096516 or 3981520. OLE color: 3981520.
HSL color Cylindrical-coordinate representation of color #D0C03C: hue angle of 53.51º degrees, saturation: 0.61, 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 #D0C03C is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 60 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.18 |
| HSL | 53.51º | 0.61% | 0.53% | - |
| HSV(B) | 53.51º | 0.71% | 0.82% | - |
| XYZ | 45.68 | 51.44 | 11.8 | - |
| YUV | 181.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 60 | 0 | 0.08 | 0.71 | 0.18 | 53.51 | 0.61 | 0.53 |
| Hex | D0 | C0 | 3C | 0 | 8 | 47 | 12 | 36 | 3D | 35 |
| Octal | 320 | 300 | 74 | 0 | 10 | 107 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000000 | 111100 | 0 | 1000 | 1000111 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C03C
Complementary color
Monochromatic Colors of #D0C03C
Black with #D0C03C
Text Example
Text Example
White with #D0C03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C03C; }
p { color: rgb(208,192,60); }
H1.HeaderClassName
{
color: #D0C03C;
}
.AnyTagClassName
{
color: #D0C03C;
}
</style>
background-color css
<style>
a { background-color: #D0C03C; }
a { background-color: rgb(208,192,60); }
div.DivClassName
{
background-color: #D0C03C;
}
.BgClassName
{
background-color: #D0C03C;
}
</style>
border-color css
<style>
span { border-color: #D0C03C; }
span { border-color: rgb(208,192,60); }
td.TdClassName
{
border-color: #D0C03C;
}
.TagClassName
{
border-color: #D0C03C;
}
</style>