Shades of Wattle #D0C944
Tints of Wattle #D0C944
RGB
CMYK
RGB Variations
Color information
#D0C944 (or 0xD0C944) is known color: Wattle. HEX triplet: D0, C9 and 44. RGB value is (208,201,68). Sum of RGB (Red+Green+Blue) = 208+201+68=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 201 (78.91% from 255 or 42.14% from 477); Blue value is 68 (26.95% from 255 or 14.26% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C944 is #2F36BB. Grayscale: #BCBCBC. Windows color (decimal): -3094204 or 4508112. OLE color: 4508112.
HSL color Cylindrical-coordinate representation of color #D0C944: hue angle of 57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0C944 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 68 | - |
| CMYK | 0 | 0.03 | 0.67 | 0.18 |
| HSL | 57º | 0.6% | 0.54% | - |
| HSV(B) | 57º | 0.67% | 0.82% | - |
| XYZ | 47.94 | 55.6 | 13.67 | - |
| YUV | 187.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 68 | 0 | 0.03 | 0.67 | 0.18 | 57 | 0.6 | 0.54 |
| Hex | D0 | C9 | 44 | 0 | 3 | 43 | 12 | 39 | 3C | 36 |
| Octal | 320 | 311 | 104 | 0 | 3 | 103 | 22 | 71 | 74 | 66 |
| Binary | 11010000 | 11001001 | 1000100 | 0 | 11 | 1000011 | 10010 | 111001 | 111100 | 110110 |
Color Harmonies of #D0C944
Complementary color
Monochromatic Colors of #D0C944
Black with #D0C944
Text Example
Text Example
White with #D0C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C944; }
p { color: rgb(208,201,68); }
H1.HeaderClassName
{
color: #D0C944;
}
.AnyTagClassName
{
color: #D0C944;
}
</style>
background-color css
<style>
a { background-color: #D0C944; }
a { background-color: rgb(208,201,68); }
div.DivClassName
{
background-color: #D0C944;
}
.BgClassName
{
background-color: #D0C944;
}
</style>
border-color css
<style>
span { border-color: #D0C944; }
span { border-color: rgb(208,201,68); }
td.TdClassName
{
border-color: #D0C944;
}
.TagClassName
{
border-color: #D0C944;
}
</style>