Shades of Wattle #D0CD49
Tints of Wattle #D0CD49
RGB
CMYK
RGB Variations
Color information
#D0CD49 (or 0xD0CD49) is known color: Wattle. HEX triplet: D0, CD and 49. RGB value is (208,205,73). Sum of RGB (Red+Green+Blue) = 208+205+73=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CD49 is #2F32B6. Grayscale: #BFBFBF. Windows color (decimal): -3093175 or 4836816. OLE color: 4836816.
HSL color Cylindrical-coordinate representation of color #D0CD49: hue angle of 58.67º degrees, saturation: 0.59, 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 #D0CD49 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 205 | 73 | - |
| CMYK | 0 | 0.01 | 0.65 | 0.18 |
| HSL | 58.67º | 0.59% | 0.55% | - |
| HSV(B) | 58.67º | 0.65% | 0.82% | - |
| XYZ | 49.05 | 57.55 | 14.83 | - |
| YUV | 190.85 | 61.49 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 205 | 73 | 0 | 0.01 | 0.65 | 0.18 | 58.67 | 0.59 | 0.55 |
| Hex | D0 | CD | 49 | 0 | 1 | 41 | 12 | 3B | 3B | 37 |
| Octal | 320 | 315 | 111 | 0 | 1 | 101 | 22 | 73 | 73 | 67 |
| Binary | 11010000 | 11001101 | 1001001 | 0 | 1 | 1000001 | 10010 | 111011 | 111011 | 110111 |
Color Harmonies of #D0CD49
Complementary color
Monochromatic Colors of #D0CD49
Black with #D0CD49
Text Example
Text Example
White with #D0CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CD49; }
p { color: rgb(208,205,73); }
H1.HeaderClassName
{
color: #D0CD49;
}
.AnyTagClassName
{
color: #D0CD49;
}
</style>
background-color css
<style>
a { background-color: #D0CD49; }
a { background-color: rgb(208,205,73); }
div.DivClassName
{
background-color: #D0CD49;
}
.BgClassName
{
background-color: #D0CD49;
}
</style>
border-color css
<style>
span { border-color: #D0CD49; }
span { border-color: rgb(208,205,73); }
td.TdClassName
{
border-color: #D0CD49;
}
.TagClassName
{
border-color: #D0CD49;
}
</style>