Shades of Wattle #D0CC3F
Tints of Wattle #D0CC3F
RGB
CMYK
RGB Variations
Color information
#D0CC3F (or 0xD0CC3F) is known color: Wattle. HEX triplet: D0, CC and 3F. RGB value is (208,204,63). Sum of RGB (Red+Green+Blue) = 208+204+63=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 63 (25% from 255 or 13.26% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC3F is #2F33C0. Grayscale: #BDBDBD. Windows color (decimal): -3093441 or 4181200. OLE color: 4181200.
HSL color Cylindrical-coordinate representation of color #D0CC3F: hue angle of 58.34º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0CC3F is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 63 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.18 |
| HSL | 58.34º | 0.61% | 0.53% | - |
| HSV(B) | 58.34º | 0.7% | 0.82% | - |
| XYZ | 48.5 | 56.95 | 13.14 | - |
| YUV | 189.12 | 56.83 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 63 | 0 | 0.02 | 0.70 | 0.18 | 58.34 | 0.61 | 0.53 |
| Hex | D0 | CC | 3F | 0 | 2 | 46 | 12 | 3A | 3D | 35 |
| Octal | 320 | 314 | 77 | 0 | 2 | 106 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001100 | 111111 | 0 | 10 | 1000110 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CC3F
Complementary color
Monochromatic Colors of #D0CC3F
Black with #D0CC3F
Text Example
Text Example
White with #D0CC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC3F; }
p { color: rgb(208,204,63); }
H1.HeaderClassName
{
color: #D0CC3F;
}
.AnyTagClassName
{
color: #D0CC3F;
}
</style>
background-color css
<style>
a { background-color: #D0CC3F; }
a { background-color: rgb(208,204,63); }
div.DivClassName
{
background-color: #D0CC3F;
}
.BgClassName
{
background-color: #D0CC3F;
}
</style>
border-color css
<style>
span { border-color: #D0CC3F; }
span { border-color: rgb(208,204,63); }
td.TdClassName
{
border-color: #D0CC3F;
}
.TagClassName
{
border-color: #D0CC3F;
}
</style>