Shades of Wattle #D0CA37
Tints of Wattle #D0CA37
RGB
CMYK
RGB Variations
Color information
#D0CA37 (or 0xD0CA37) is known color: Wattle. HEX triplet: D0, CA and 37. RGB value is (208,202,55). Sum of RGB (Red+Green+Blue) = 208+202+55=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0CA37 is #2F35C8. Grayscale: #BBBBBB. Windows color (decimal): -3093961 or 3656400. OLE color: 3656400.
HSL color Cylindrical-coordinate representation of color #D0CA37: hue angle of 57.65º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D0CA37 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 55 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.18 |
| HSL | 57.65º | 0.62% | 0.52% | - |
| HSV(B) | 57.65º | 0.74% | 0.82% | - |
| XYZ | 47.82 | 55.93 | 11.89 | - |
| YUV | 187.04 | 53.49 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 55 | 0 | 0.03 | 0.74 | 0.18 | 57.65 | 0.62 | 0.52 |
| Hex | D0 | CA | 37 | 0 | 3 | 4A | 12 | 3A | 3E | 34 |
| Octal | 320 | 312 | 67 | 0 | 3 | 112 | 22 | 72 | 76 | 64 |
| Binary | 11010000 | 11001010 | 110111 | 0 | 11 | 1001010 | 10010 | 111010 | 111110 | 110100 |
Color Harmonies of #D0CA37
Complementary color
Monochromatic Colors of #D0CA37
Black with #D0CA37
Text Example
Text Example
White with #D0CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA37; }
p { color: rgb(208,202,55); }
H1.HeaderClassName
{
color: #D0CA37;
}
.AnyTagClassName
{
color: #D0CA37;
}
</style>
background-color css
<style>
a { background-color: #D0CA37; }
a { background-color: rgb(208,202,55); }
div.DivClassName
{
background-color: #D0CA37;
}
.BgClassName
{
background-color: #D0CA37;
}
</style>
border-color css
<style>
span { border-color: #D0CA37; }
span { border-color: rgb(208,202,55); }
td.TdClassName
{
border-color: #D0CA37;
}
.TagClassName
{
border-color: #D0CA37;
}
</style>