Shades of Wattle #D0CA48
Tints of Wattle #D0CA48
RGB
CMYK
RGB Variations
Color information
#D0CA48 (or 0xD0CA48) is known color: Wattle. HEX triplet: D0, CA and 48. RGB value is (208,202,72). Sum of RGB (Red+Green+Blue) = 208+202+72=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA48 is #2F35B7. Grayscale: #BDBDBD. Windows color (decimal): -3093944 or 4770512. OLE color: 4770512.
HSL color Cylindrical-coordinate representation of color #D0CA48: hue angle of 57.35º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D0CA48 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 72 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.18 |
| HSL | 57.35º | 0.59% | 0.55% | - |
| HSV(B) | 57.35º | 0.65% | 0.82% | - |
| XYZ | 48.3 | 56.12 | 14.42 | - |
| YUV | 188.97 | 61.99 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 72 | 0 | 0.03 | 0.65 | 0.18 | 57.35 | 0.59 | 0.55 |
| Hex | D0 | CA | 48 | 0 | 3 | 41 | 12 | 39 | 3B | 37 |
| Octal | 320 | 312 | 110 | 0 | 3 | 101 | 22 | 71 | 73 | 67 |
| Binary | 11010000 | 11001010 | 1001000 | 0 | 11 | 1000001 | 10010 | 111001 | 111011 | 110111 |
Color Harmonies of #D0CA48
Complementary color
Monochromatic Colors of #D0CA48
Black with #D0CA48
Text Example
Text Example
White with #D0CA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA48; }
p { color: rgb(208,202,72); }
H1.HeaderClassName
{
color: #D0CA48;
}
.AnyTagClassName
{
color: #D0CA48;
}
</style>
background-color css
<style>
a { background-color: #D0CA48; }
a { background-color: rgb(208,202,72); }
div.DivClassName
{
background-color: #D0CA48;
}
.BgClassName
{
background-color: #D0CA48;
}
</style>
border-color css
<style>
span { border-color: #D0CA48; }
span { border-color: rgb(208,202,72); }
td.TdClassName
{
border-color: #D0CA48;
}
.TagClassName
{
border-color: #D0CA48;
}
</style>