Shades of Wattle #D0D249
Tints of Wattle #D0D249
RGB
CMYK
RGB Variations
Color information
#D0D249 (or 0xD0D249) is known color: Wattle. HEX triplet: D0, D2 and 49. RGB value is (208,210,73). Sum of RGB (Red+Green+Blue) = 208+210+73=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 73 (28.91% from 255 or 14.87% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D249 is #2F2DB6. Grayscale: #C2C2C2. Windows color (decimal): -3091895 or 4838096. OLE color: 4838096.
HSL color Cylindrical-coordinate representation of color #D0D249: hue angle of 60.88º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0D249 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 73 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.18 |
| HSL | 60.88º | 0.6% | 0.55% | - |
| HSV(B) | 60.88º | 0.65% | 0.82% | - |
| XYZ | 50.26 | 59.98 | 15.23 | - |
| YUV | 193.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 73 | 0.01 | 0 | 0.65 | 0.18 | 60.88 | 0.6 | 0.55 |
| Hex | D0 | D2 | 49 | 1 | 0 | 41 | 12 | 3D | 3C | 37 |
| Octal | 320 | 322 | 111 | 1 | 0 | 101 | 22 | 75 | 74 | 67 |
| Binary | 11010000 | 11010010 | 1001001 | 1 | 0 | 1000001 | 10010 | 111101 | 111100 | 110111 |
Color Harmonies of #D0D249
Complementary color
Monochromatic Colors of #D0D249
Black with #D0D249
Text Example
Text Example
White with #D0D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D249; }
p { color: rgb(208,210,73); }
H1.HeaderClassName
{
color: #D0D249;
}
.AnyTagClassName
{
color: #D0D249;
}
</style>
background-color css
<style>
a { background-color: #D0D249; }
a { background-color: rgb(208,210,73); }
div.DivClassName
{
background-color: #D0D249;
}
.BgClassName
{
background-color: #D0D249;
}
</style>
border-color css
<style>
span { border-color: #D0D249; }
span { border-color: rgb(208,210,73); }
td.TdClassName
{
border-color: #D0D249;
}
.TagClassName
{
border-color: #D0D249;
}
</style>