Shades of Wattle #D0D54C
Tints of Wattle #D0D54C
RGB
CMYK
RGB Variations
Color information
#D0D54C (or 0xD0D54C) is known color: Wattle. HEX triplet: D0, D5 and 4C. RGB value is (208,213,76). Sum of RGB (Red+Green+Blue) = 208+213+76=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D54C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D54C is #2F2AB3. Grayscale: #C4C4C4. Windows color (decimal): -3091124 or 5035472. OLE color: 5035472.
HSL color Cylindrical-coordinate representation of color #D0D54C: hue angle of 62.19º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0D54C is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 76 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.16 |
| HSL | 62.19º | 0.62% | 0.57% | - |
| HSV(B) | 62.19º | 0.64% | 0.84% | - |
| XYZ | 51.11 | 61.52 | 16.02 | - |
| YUV | 195.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 76 | 0.02 | 0 | 0.64 | 0.16 | 62.19 | 0.62 | 0.57 |
| Hex | D0 | D5 | 4C | 2 | 0 | 40 | 10 | 3E | 3E | 39 |
| Octal | 320 | 325 | 114 | 2 | 0 | 100 | 20 | 76 | 76 | 71 |
| Binary | 11010000 | 11010101 | 1001100 | 10 | 0 | 1000000 | 10000 | 111110 | 111110 | 111001 |
Color Harmonies of #D0D54C
Complementary color
Monochromatic Colors of #D0D54C
Black with #D0D54C
Text Example
Text Example
White with #D0D54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D54C; }
p { color: rgb(208,213,76); }
H1.HeaderClassName
{
color: #D0D54C;
}
.AnyTagClassName
{
color: #D0D54C;
}
</style>
background-color css
<style>
a { background-color: #D0D54C; }
a { background-color: rgb(208,213,76); }
div.DivClassName
{
background-color: #D0D54C;
}
.BgClassName
{
background-color: #D0D54C;
}
</style>
border-color css
<style>
span { border-color: #D0D54C; }
span { border-color: rgb(208,213,76); }
td.TdClassName
{
border-color: #D0D54C;
}
.TagClassName
{
border-color: #D0D54C;
}
</style>