Shades of Wattle #D0C445
Tints of Wattle #D0C445
RGB
CMYK
RGB Variations
Color information
#D0C445 (or 0xD0C445) is known color: Wattle. HEX triplet: D0, C4 and 45. RGB value is (208,196,69). Sum of RGB (Red+Green+Blue) = 208+196+69=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 69 (27.34% from 255 or 14.59% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C445 is #2F3BBA. Grayscale: #B9B9B9. Windows color (decimal): -3095483 or 4572368. OLE color: 4572368.
HSL color Cylindrical-coordinate representation of color #D0C445: hue angle of 54.82º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0C445 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 69 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.18 |
| HSL | 54.82º | 0.6% | 0.54% | - |
| HSV(B) | 54.82º | 0.67% | 0.82% | - |
| XYZ | 46.83 | 53.32 | 13.45 | - |
| YUV | 185.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 69 | 0 | 0.06 | 0.67 | 0.18 | 54.82 | 0.6 | 0.54 |
| Hex | D0 | C4 | 45 | 0 | 6 | 43 | 12 | 37 | 3C | 36 |
| Octal | 320 | 304 | 105 | 0 | 6 | 103 | 22 | 67 | 74 | 66 |
| Binary | 11010000 | 11000100 | 1000101 | 0 | 110 | 1000011 | 10010 | 110111 | 111100 | 110110 |
Color Harmonies of #D0C445
Complementary color
Monochromatic Colors of #D0C445
Black with #D0C445
Text Example
Text Example
White with #D0C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C445; }
p { color: rgb(208,196,69); }
H1.HeaderClassName
{
color: #D0C445;
}
.AnyTagClassName
{
color: #D0C445;
}
</style>
background-color css
<style>
a { background-color: #D0C445; }
a { background-color: rgb(208,196,69); }
div.DivClassName
{
background-color: #D0C445;
}
.BgClassName
{
background-color: #D0C445;
}
</style>
border-color css
<style>
span { border-color: #D0C445; }
span { border-color: rgb(208,196,69); }
td.TdClassName
{
border-color: #D0C445;
}
.TagClassName
{
border-color: #D0C445;
}
</style>