Shades of Wattle #D0CC40
Tints of Wattle #D0CC40
RGB
CMYK
RGB Variations
Color information
#D0CC40 (or 0xD0CC40) is known color: Wattle. HEX triplet: D0, CC and 40. RGB value is (208,204,64). Sum of RGB (Red+Green+Blue) = 208+204+64=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC40 is #2F33BF. Grayscale: #BDBDBD. Windows color (decimal): -3093440 or 4246736. OLE color: 4246736.
HSL color Cylindrical-coordinate representation of color #D0CC40: hue angle of 58.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0CC40 is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 64 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.18 |
| HSL | 58.33º | 0.61% | 0.53% | - |
| HSV(B) | 58.33º | 0.69% | 0.82% | - |
| XYZ | 48.53 | 56.97 | 13.29 | - |
| YUV | 189.24 | 57.33 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 64 | 0 | 0.02 | 0.69 | 0.18 | 58.33 | 0.61 | 0.53 |
| Hex | D0 | CC | 40 | 0 | 2 | 45 | 12 | 3A | 3D | 35 |
| Octal | 320 | 314 | 100 | 0 | 2 | 105 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001100 | 1000000 | 0 | 10 | 1000101 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CC40
Complementary color
Monochromatic Colors of #D0CC40
Black with #D0CC40
Text Example
Text Example
White with #D0CC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC40; }
p { color: rgb(208,204,64); }
H1.HeaderClassName
{
color: #D0CC40;
}
.AnyTagClassName
{
color: #D0CC40;
}
</style>
background-color css
<style>
a { background-color: #D0CC40; }
a { background-color: rgb(208,204,64); }
div.DivClassName
{
background-color: #D0CC40;
}
.BgClassName
{
background-color: #D0CC40;
}
</style>
border-color css
<style>
span { border-color: #D0CC40; }
span { border-color: rgb(208,204,64); }
td.TdClassName
{
border-color: #D0CC40;
}
.TagClassName
{
border-color: #D0CC40;
}
</style>