Shades of Wattle #D0CC47
Tints of Wattle #D0CC47
RGB
CMYK
RGB Variations
Color information
#D0CC47 (or 0xD0CC47) is known color: Wattle. HEX triplet: D0, CC and 47. RGB value is (208,204,71). Sum of RGB (Red+Green+Blue) = 208+204+71=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 71 (28.12% from 255 or 14.70% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC47 is #2F33B8. Grayscale: #BEBEBE. Windows color (decimal): -3093433 or 4705488. OLE color: 4705488.
HSL color Cylindrical-coordinate representation of color #D0CC47: hue angle of 58.25º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0CC47 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 71 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.18 |
| HSL | 58.25º | 0.59% | 0.55% | - |
| HSV(B) | 58.25º | 0.66% | 0.82% | - |
| XYZ | 48.74 | 57.05 | 14.4 | - |
| YUV | 190.03 | 60.83 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 71 | 0 | 0.02 | 0.66 | 0.18 | 58.25 | 0.59 | 0.55 |
| Hex | D0 | CC | 47 | 0 | 2 | 42 | 12 | 3A | 3B | 37 |
| Octal | 320 | 314 | 107 | 0 | 2 | 102 | 22 | 72 | 73 | 67 |
| Binary | 11010000 | 11001100 | 1000111 | 0 | 10 | 1000010 | 10010 | 111010 | 111011 | 110111 |
Color Harmonies of #D0CC47
Complementary color
Monochromatic Colors of #D0CC47
Black with #D0CC47
Text Example
Text Example
White with #D0CC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC47; }
p { color: rgb(208,204,71); }
H1.HeaderClassName
{
color: #D0CC47;
}
.AnyTagClassName
{
color: #D0CC47;
}
</style>
background-color css
<style>
a { background-color: #D0CC47; }
a { background-color: rgb(208,204,71); }
div.DivClassName
{
background-color: #D0CC47;
}
.BgClassName
{
background-color: #D0CC47;
}
</style>
border-color css
<style>
span { border-color: #D0CC47; }
span { border-color: rgb(208,204,71); }
td.TdClassName
{
border-color: #D0CC47;
}
.TagClassName
{
border-color: #D0CC47;
}
</style>