Shades of Wattle #D0C741
Tints of Wattle #D0C741
RGB
CMYK
RGB Variations
Color information
#D0C741 (or 0xD0C741) is known color: Wattle. HEX triplet: D0, C7 and 41. RGB value is (208,199,65). Sum of RGB (Red+Green+Blue) = 208+199+65=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 199 (78.12% from 255 or 42.16% from 472); Blue value is 65 (25.78% from 255 or 13.77% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C741 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C741 is #2F38BE. Grayscale: #BABABA. Windows color (decimal): -3094719 or 4310992. OLE color: 4310992.
HSL color Cylindrical-coordinate representation of color #D0C741: hue angle of 56.22º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0C741 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 65 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.18 |
| HSL | 56.22º | 0.6% | 0.54% | - |
| HSV(B) | 56.22º | 0.69% | 0.82% | - |
| XYZ | 47.39 | 54.64 | 13.05 | - |
| YUV | 186.42 | 59.48 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 65 | 0 | 0.04 | 0.69 | 0.18 | 56.22 | 0.6 | 0.54 |
| Hex | D0 | C7 | 41 | 0 | 4 | 45 | 12 | 38 | 3C | 36 |
| Octal | 320 | 307 | 101 | 0 | 4 | 105 | 22 | 70 | 74 | 66 |
| Binary | 11010000 | 11000111 | 1000001 | 0 | 100 | 1000101 | 10010 | 111000 | 111100 | 110110 |
Color Harmonies of #D0C741
Complementary color
Monochromatic Colors of #D0C741
Black with #D0C741
Text Example
Text Example
White with #D0C741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C741; }
p { color: rgb(208,199,65); }
H1.HeaderClassName
{
color: #D0C741;
}
.AnyTagClassName
{
color: #D0C741;
}
</style>
background-color css
<style>
a { background-color: #D0C741; }
a { background-color: rgb(208,199,65); }
div.DivClassName
{
background-color: #D0C741;
}
.BgClassName
{
background-color: #D0C741;
}
</style>
border-color css
<style>
span { border-color: #D0C741; }
span { border-color: rgb(208,199,65); }
td.TdClassName
{
border-color: #D0C741;
}
.TagClassName
{
border-color: #D0C741;
}
</style>