Shades of Wattle #D0D44A
Tints of Wattle #D0D44A
RGB
CMYK
RGB Variations
Color information
#D0D44A (or 0xD0D44A) is known color: Wattle. HEX triplet: D0, D4 and 4A. RGB value is (208,212,74). Sum of RGB (Red+Green+Blue) = 208+212+74=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 74 (29.30% from 255 or 14.98% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D44A is #2F2BB5. Grayscale: #C3C3C3. Windows color (decimal): -3091382 or 4904144. OLE color: 4904144.
HSL color Cylindrical-coordinate representation of color #D0D44A: hue angle of 61.74º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0D44A is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 74 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.17 |
| HSL | 61.74º | 0.62% | 0.56% | - |
| HSV(B) | 61.74º | 0.65% | 0.83% | - |
| XYZ | 50.79 | 60.99 | 15.57 | - |
| YUV | 195.07 | 59.67 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 74 | 0.02 | 0 | 0.65 | 0.17 | 61.74 | 0.62 | 0.56 |
| Hex | D0 | D4 | 4A | 2 | 0 | 41 | 11 | 3E | 3E | 38 |
| Octal | 320 | 324 | 112 | 2 | 0 | 101 | 21 | 76 | 76 | 70 |
| Binary | 11010000 | 11010100 | 1001010 | 10 | 0 | 1000001 | 10001 | 111110 | 111110 | 111000 |
Color Harmonies of #D0D44A
Complementary color
Monochromatic Colors of #D0D44A
Black with #D0D44A
Text Example
Text Example
White with #D0D44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D44A; }
p { color: rgb(208,212,74); }
H1.HeaderClassName
{
color: #D0D44A;
}
.AnyTagClassName
{
color: #D0D44A;
}
</style>
background-color css
<style>
a { background-color: #D0D44A; }
a { background-color: rgb(208,212,74); }
div.DivClassName
{
background-color: #D0D44A;
}
.BgClassName
{
background-color: #D0D44A;
}
</style>
border-color css
<style>
span { border-color: #D0D44A; }
span { border-color: rgb(208,212,74); }
td.TdClassName
{
border-color: #D0D44A;
}
.TagClassName
{
border-color: #D0D44A;
}
</style>