Shades of Wattle #D0D74A
Tints of Wattle #D0D74A
RGB
CMYK
RGB Variations
Color information
#D0D74A (or 0xD0D74A) is known color: Wattle. HEX triplet: D0, D7 and 4A. RGB value is (208,215,74). Sum of RGB (Red+Green+Blue) = 208+215+74=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 215 (84.38% from 255 or 43.26% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D74A is #2F28B5. Grayscale: #C5C5C5. Windows color (decimal): -3090614 or 4904912. OLE color: 4904912.
HSL color Cylindrical-coordinate representation of color #D0D74A: hue angle of 62.98º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0D74A is Cyan = 0.03, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 215 | 74 | - |
| CMYK | 0.03 | 0 | 0.66 | 0.16 |
| HSL | 62.98º | 0.64% | 0.57% | - |
| HSV(B) | 62.98º | 0.66% | 0.84% | - |
| XYZ | 51.55 | 62.51 | 15.83 | - |
| YUV | 196.83 | 58.68 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 215 | 74 | 0.03 | 0 | 0.66 | 0.16 | 62.98 | 0.64 | 0.57 |
| Hex | D0 | D7 | 4A | 3 | 0 | 42 | 10 | 3F | 40 | 39 |
| Octal | 320 | 327 | 112 | 3 | 0 | 102 | 20 | 77 | 100 | 71 |
| Binary | 11010000 | 11010111 | 1001010 | 11 | 0 | 1000010 | 10000 | 111111 | 1000000 | 111001 |
Color Harmonies of #D0D74A
Complementary color
Monochromatic Colors of #D0D74A
Black with #D0D74A
Text Example
Text Example
White with #D0D74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D74A; }
p { color: rgb(208,215,74); }
H1.HeaderClassName
{
color: #D0D74A;
}
.AnyTagClassName
{
color: #D0D74A;
}
</style>
background-color css
<style>
a { background-color: #D0D74A; }
a { background-color: rgb(208,215,74); }
div.DivClassName
{
background-color: #D0D74A;
}
.BgClassName
{
background-color: #D0D74A;
}
</style>
border-color css
<style>
span { border-color: #D0D74A; }
span { border-color: rgb(208,215,74); }
td.TdClassName
{
border-color: #D0D74A;
}
.TagClassName
{
border-color: #D0D74A;
}
</style>