Shades of Wattle #D0CA3F
Tints of Wattle #D0CA3F
RGB
CMYK
RGB Variations
Color information
#D0CA3F (or 0xD0CA3F) is known color: Wattle. HEX triplet: D0, CA and 3F. RGB value is (208,202,63). Sum of RGB (Red+Green+Blue) = 208+202+63=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 202 (79.30% from 255 or 42.71% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA3F is #2F35C0. Grayscale: #BCBCBC. Windows color (decimal): -3093953 or 4180688. OLE color: 4180688.
HSL color Cylindrical-coordinate representation of color #D0CA3F: hue angle of 57.52º 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 #D0CA3F is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 63 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.18 |
| HSL | 57.52º | 0.61% | 0.53% | - |
| HSV(B) | 57.52º | 0.7% | 0.82% | - |
| XYZ | 48.03 | 56.01 | 12.98 | - |
| YUV | 187.95 | 57.49 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 63 | 0 | 0.03 | 0.70 | 0.18 | 57.52 | 0.61 | 0.53 |
| Hex | D0 | CA | 3F | 0 | 3 | 46 | 12 | 3A | 3D | 35 |
| Octal | 320 | 312 | 77 | 0 | 3 | 106 | 22 | 72 | 75 | 65 |
| Binary | 11010000 | 11001010 | 111111 | 0 | 11 | 1000110 | 10010 | 111010 | 111101 | 110101 |
Color Harmonies of #D0CA3F
Complementary color
Monochromatic Colors of #D0CA3F
Black with #D0CA3F
Text Example
Text Example
White with #D0CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA3F; }
p { color: rgb(208,202,63); }
H1.HeaderClassName
{
color: #D0CA3F;
}
.AnyTagClassName
{
color: #D0CA3F;
}
</style>
background-color css
<style>
a { background-color: #D0CA3F; }
a { background-color: rgb(208,202,63); }
div.DivClassName
{
background-color: #D0CA3F;
}
.BgClassName
{
background-color: #D0CA3F;
}
</style>
border-color css
<style>
span { border-color: #D0CA3F; }
span { border-color: rgb(208,202,63); }
td.TdClassName
{
border-color: #D0CA3F;
}
.TagClassName
{
border-color: #D0CA3F;
}
</style>