Shades of Wattle #D0CC45
Tints of Wattle #D0CC45
RGB
CMYK
RGB Variations
Color information
#D0CC45 (or 0xD0CC45) is known color: Wattle. HEX triplet: D0, CC and 45. RGB value is (208,204,69). Sum of RGB (Red+Green+Blue) = 208+204+69=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 69 (27.34% from 255 or 14.35% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC45 is #2F33BA. Grayscale: #BEBEBE. Windows color (decimal): -3093435 or 4574416. OLE color: 4574416.
HSL color Cylindrical-coordinate representation of color #D0CC45: hue angle of 58.27º 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 #D0CC45 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 69 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.18 |
| HSL | 58.27º | 0.6% | 0.54% | - |
| HSV(B) | 58.27º | 0.67% | 0.82% | - |
| XYZ | 48.68 | 57.03 | 14.07 | - |
| YUV | 189.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 69 | 0 | 0.02 | 0.67 | 0.18 | 58.27 | 0.6 | 0.54 |
| Hex | D0 | CC | 45 | 0 | 2 | 43 | 12 | 3A | 3C | 36 |
| Octal | 320 | 314 | 105 | 0 | 2 | 103 | 22 | 72 | 74 | 66 |
| Binary | 11010000 | 11001100 | 1000101 | 0 | 10 | 1000011 | 10010 | 111010 | 111100 | 110110 |
Color Harmonies of #D0CC45
Complementary color
Monochromatic Colors of #D0CC45
Black with #D0CC45
Text Example
Text Example
White with #D0CC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC45; }
p { color: rgb(208,204,69); }
H1.HeaderClassName
{
color: #D0CC45;
}
.AnyTagClassName
{
color: #D0CC45;
}
</style>
background-color css
<style>
a { background-color: #D0CC45; }
a { background-color: rgb(208,204,69); }
div.DivClassName
{
background-color: #D0CC45;
}
.BgClassName
{
background-color: #D0CC45;
}
</style>
border-color css
<style>
span { border-color: #D0CC45; }
span { border-color: rgb(208,204,69); }
td.TdClassName
{
border-color: #D0CC45;
}
.TagClassName
{
border-color: #D0CC45;
}
</style>