Shades of Wattle #D0CA4A
Tints of Wattle #D0CA4A
RGB
CMYK
RGB Variations
Color information
#D0CA4A (or 0xD0CA4A) is known color: Wattle. HEX triplet: D0, CA and 4A. RGB value is (208,202,74). Sum of RGB (Red+Green+Blue) = 208+202+74=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA4A is #2F35B5. Grayscale: #BDBDBD. Windows color (decimal): -3093942 or 4901584. OLE color: 4901584.
HSL color Cylindrical-coordinate representation of color #D0CA4A: hue angle of 57.31º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0CA4A is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 74 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.18 |
| HSL | 57.31º | 0.59% | 0.55% | - |
| HSV(B) | 57.31º | 0.64% | 0.82% | - |
| XYZ | 48.37 | 56.15 | 14.77 | - |
| YUV | 189.2 | 62.99 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 74 | 0 | 0.03 | 0.64 | 0.18 | 57.31 | 0.59 | 0.55 |
| Hex | D0 | CA | 4A | 0 | 3 | 40 | 12 | 39 | 3B | 37 |
| Octal | 320 | 312 | 112 | 0 | 3 | 100 | 22 | 71 | 73 | 67 |
| Binary | 11010000 | 11001010 | 1001010 | 0 | 11 | 1000000 | 10010 | 111001 | 111011 | 110111 |
Color Harmonies of #D0CA4A
Complementary color
Monochromatic Colors of #D0CA4A
Black with #D0CA4A
Text Example
Text Example
White with #D0CA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA4A; }
p { color: rgb(208,202,74); }
H1.HeaderClassName
{
color: #D0CA4A;
}
.AnyTagClassName
{
color: #D0CA4A;
}
</style>
background-color css
<style>
a { background-color: #D0CA4A; }
a { background-color: rgb(208,202,74); }
div.DivClassName
{
background-color: #D0CA4A;
}
.BgClassName
{
background-color: #D0CA4A;
}
</style>
border-color css
<style>
span { border-color: #D0CA4A; }
span { border-color: rgb(208,202,74); }
td.TdClassName
{
border-color: #D0CA4A;
}
.TagClassName
{
border-color: #D0CA4A;
}
</style>