Shades of Wattle #D0D444
Tints of Wattle #D0D444
RGB
CMYK
RGB Variations
Color information
#D0D444 (or 0xD0D444) is known color: Wattle. HEX triplet: D0, D4 and 44. RGB value is (208,212,68). Sum of RGB (Red+Green+Blue) = 208+212+68=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 212 (83.20% from 255 or 43.44% from 488); Blue value is 68 (26.95% from 255 or 13.93% from 488); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D444 is #2F2BBB. Grayscale: #C2C2C2. Windows color (decimal): -3091388 or 4510928. OLE color: 4510928.
HSL color Cylindrical-coordinate representation of color #D0D444: hue angle of 61.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0D444 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 68 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.17 |
| HSL | 61.67º | 0.63% | 0.55% | - |
| HSV(B) | 61.67º | 0.68% | 0.83% | - |
| XYZ | 50.6 | 60.91 | 14.56 | - |
| YUV | 194.39 | 56.67 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 68 | 0.02 | 0 | 0.68 | 0.17 | 61.67 | 0.63 | 0.55 |
| Hex | D0 | D4 | 44 | 2 | 0 | 44 | 11 | 3E | 3F | 37 |
| Octal | 320 | 324 | 104 | 2 | 0 | 104 | 21 | 76 | 77 | 67 |
| Binary | 11010000 | 11010100 | 1000100 | 10 | 0 | 1000100 | 10001 | 111110 | 111111 | 110111 |
Color Harmonies of #D0D444
Complementary color
Monochromatic Colors of #D0D444
Black with #D0D444
Text Example
Text Example
White with #D0D444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D444; }
p { color: rgb(208,212,68); }
H1.HeaderClassName
{
color: #D0D444;
}
.AnyTagClassName
{
color: #D0D444;
}
</style>
background-color css
<style>
a { background-color: #D0D444; }
a { background-color: rgb(208,212,68); }
div.DivClassName
{
background-color: #D0D444;
}
.BgClassName
{
background-color: #D0D444;
}
</style>
border-color css
<style>
span { border-color: #D0D444; }
span { border-color: rgb(208,212,68); }
td.TdClassName
{
border-color: #D0D444;
}
.TagClassName
{
border-color: #D0D444;
}
</style>