Shades of Wattle #D0C247
Tints of Wattle #D0C247
RGB
CMYK
RGB Variations
Color information
#D0C247 (or 0xD0C247) is known color: Wattle. HEX triplet: D0, C2 and 47. RGB value is (208,194,71). Sum of RGB (Red+Green+Blue) = 208+194+71=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 71 (28.12% from 255 or 15.01% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C247 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C247 is #2F3DB8. Grayscale: #B8B8B8. Windows color (decimal): -3095993 or 4702928. OLE color: 4702928.
HSL color Cylindrical-coordinate representation of color #D0C247: hue angle of 53.87º 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 #D0C247 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 71 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.18 |
| HSL | 53.87º | 0.59% | 0.55% | - |
| HSV(B) | 53.87º | 0.66% | 0.82% | - |
| XYZ | 46.44 | 52.45 | 13.64 | - |
| YUV | 184.16 | 64.14 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 71 | 0 | 0.07 | 0.66 | 0.18 | 53.87 | 0.59 | 0.55 |
| Hex | D0 | C2 | 47 | 0 | 7 | 42 | 12 | 36 | 3B | 37 |
| Octal | 320 | 302 | 107 | 0 | 7 | 102 | 22 | 66 | 73 | 67 |
| Binary | 11010000 | 11000010 | 1000111 | 0 | 111 | 1000010 | 10010 | 110110 | 111011 | 110111 |
Color Harmonies of #D0C247
Complementary color
Monochromatic Colors of #D0C247
Black with #D0C247
Text Example
Text Example
White with #D0C247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C247; }
p { color: rgb(208,194,71); }
H1.HeaderClassName
{
color: #D0C247;
}
.AnyTagClassName
{
color: #D0C247;
}
</style>
background-color css
<style>
a { background-color: #D0C247; }
a { background-color: rgb(208,194,71); }
div.DivClassName
{
background-color: #D0C247;
}
.BgClassName
{
background-color: #D0C247;
}
</style>
border-color css
<style>
span { border-color: #D0C247; }
span { border-color: rgb(208,194,71); }
td.TdClassName
{
border-color: #D0C247;
}
.TagClassName
{
border-color: #D0C247;
}
</style>