Shades of Wattle #D0CC3E
Tints of Wattle #D0CC3E
RGB
CMYK
RGB Variations
Color information
#D0CC3E (or 0xD0CC3E) is known color: Wattle. HEX triplet: D0, CC and 3E. RGB value is (208,204,62). Sum of RGB (Red+Green+Blue) = 208+204+62=474 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.88% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 62 (24.61% from 255 or 13.08% from 474); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CC3E is #2F33C1. Grayscale: #BDBDBD. Windows color (decimal): -3093442 or 4115664. OLE color: 4115664.
HSL color Cylindrical-coordinate representation of color #D0CC3E: hue angle of 58.36º 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 #D0CC3E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.18 |
| HSL | 58.36º | 0.61% | 0.53% | - |
| HSV(B) | 58.36º | 0.7% | 0.82% | - |
| XYZ | 48.47 | 56.94 | 12.99 | - |
| YUV | 189.01 | 56.33 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 62 | 0 | 0.02 | 0.70 | 0.18 | 58.36 | 0.61 | 0.53 |
| Hex | D0 | CC | 3E | 0 | 2 | 46 | 12 | 3A | 3D | 35 |
| Octal | 320 | 314 | 76 | 0 | 2 | 106 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001100 | 111110 | 0 | 10 | 1000110 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CC3E
Complementary color
Monochromatic Colors of #D0CC3E
Black with #D0CC3E
Text Example
Text Example
White with #D0CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC3E; }
p { color: rgb(208,204,62); }
H1.HeaderClassName
{
color: #D0CC3E;
}
.AnyTagClassName
{
color: #D0CC3E;
}
</style>
background-color css
<style>
a { background-color: #D0CC3E; }
a { background-color: rgb(208,204,62); }
div.DivClassName
{
background-color: #D0CC3E;
}
.BgClassName
{
background-color: #D0CC3E;
}
</style>
border-color css
<style>
span { border-color: #D0CC3E; }
span { border-color: rgb(208,204,62); }
td.TdClassName
{
border-color: #D0CC3E;
}
.TagClassName
{
border-color: #D0CC3E;
}
</style>