Shades of Wattle #D0C53D
Tints of Wattle #D0C53D
RGB
CMYK
RGB Variations
Color information
#D0C53D (or 0xD0C53D) is known color: Wattle. HEX triplet: D0, C5 and 3D. RGB value is (208,197,61). Sum of RGB (Red+Green+Blue) = 208+197+61=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 197 (77.34% from 255 or 42.27% from 466); Blue value is 61 (24.22% from 255 or 13.09% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C53D is #2F3AC2. Grayscale: #B9B9B9. Windows color (decimal): -3095235 or 4048336. OLE color: 4048336.
HSL color Cylindrical-coordinate representation of color #D0C53D: hue angle of 55.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 #D0C53D is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 197 | 61 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.18 |
| HSL | 55.51º | 0.61% | 0.53% | - |
| HSV(B) | 55.51º | 0.71% | 0.82% | - |
| XYZ | 46.82 | 53.68 | 12.31 | - |
| YUV | 184.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 197 | 61 | 0 | 0.05 | 0.71 | 0.18 | 55.51 | 0.61 | 0.53 |
| Hex | D0 | C5 | 3D | 0 | 5 | 47 | 12 | 38 | 3D | 35 |
| Octal | 320 | 305 | 75 | 0 | 5 | 107 | 22 | 70 | 75 | 65 |
| Binary | 11010000 | 11000101 | 111101 | 0 | 101 | 1000111 | 10010 | 111000 | 111101 | 110101 |
Color Harmonies of #D0C53D
Complementary color
Monochromatic Colors of #D0C53D
Black with #D0C53D
Text Example
Text Example
White with #D0C53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C53D; }
p { color: rgb(208,197,61); }
H1.HeaderClassName
{
color: #D0C53D;
}
.AnyTagClassName
{
color: #D0C53D;
}
</style>
background-color css
<style>
a { background-color: #D0C53D; }
a { background-color: rgb(208,197,61); }
div.DivClassName
{
background-color: #D0C53D;
}
.BgClassName
{
background-color: #D0C53D;
}
</style>
border-color css
<style>
span { border-color: #D0C53D; }
span { border-color: rgb(208,197,61); }
td.TdClassName
{
border-color: #D0C53D;
}
.TagClassName
{
border-color: #D0C53D;
}
</style>