Shades of Wattle #D0C946
Tints of Wattle #D0C946
RGB
CMYK
RGB Variations
Color information
#D0C946 (or 0xD0C946) is known color: Wattle. HEX triplet: D0, C9 and 46. RGB value is (208,201,70). Sum of RGB (Red+Green+Blue) = 208+201+70=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 70 (27.73% from 255 or 14.61% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C946 is #2F36B9. Grayscale: #BCBCBC. Windows color (decimal): -3094202 or 4639184. OLE color: 4639184.
HSL color Cylindrical-coordinate representation of color #D0C946: hue angle of 56.96º 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 #D0C946 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 70 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.18 |
| HSL | 56.96º | 0.59% | 0.55% | - |
| HSV(B) | 56.96º | 0.66% | 0.82% | - |
| XYZ | 48 | 55.63 | 14 | - |
| YUV | 188.16 | 61.32 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 70 | 0 | 0.03 | 0.66 | 0.18 | 56.96 | 0.59 | 0.55 |
| Hex | D0 | C9 | 46 | 0 | 3 | 42 | 12 | 39 | 3B | 37 |
| Octal | 320 | 311 | 106 | 0 | 3 | 102 | 22 | 71 | 73 | 67 |
| Binary | 11010000 | 11001001 | 1000110 | 0 | 11 | 1000010 | 10010 | 111001 | 111011 | 110111 |
Color Harmonies of #D0C946
Complementary color
Monochromatic Colors of #D0C946
Black with #D0C946
Text Example
Text Example
White with #D0C946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C946; }
p { color: rgb(208,201,70); }
H1.HeaderClassName
{
color: #D0C946;
}
.AnyTagClassName
{
color: #D0C946;
}
</style>
background-color css
<style>
a { background-color: #D0C946; }
a { background-color: rgb(208,201,70); }
div.DivClassName
{
background-color: #D0C946;
}
.BgClassName
{
background-color: #D0C946;
}
</style>
border-color css
<style>
span { border-color: #D0C946; }
span { border-color: rgb(208,201,70); }
td.TdClassName
{
border-color: #D0C946;
}
.TagClassName
{
border-color: #D0C946;
}
</style>