Shades of Wattle #D0D341
Tints of Wattle #D0D341
RGB
CMYK
RGB Variations
Color information
#D0D341 (or 0xD0D341) is known color: Wattle. HEX triplet: D0, D3 and 41. RGB value is (208,211,65). Sum of RGB (Red+Green+Blue) = 208+211+65=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 65 (25.78% from 255 or 13.43% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D341 is #2F2CBE. Grayscale: #C2C2C2. Windows color (decimal): -3091647 or 4314064. OLE color: 4314064.
HSL color Cylindrical-coordinate representation of color #D0D341: hue angle of 61.23º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D0D341 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 65 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.17 |
| HSL | 61.23º | 0.62% | 0.54% | - |
| HSV(B) | 61.23º | 0.69% | 0.83% | - |
| XYZ | 50.26 | 60.38 | 14.01 | - |
| YUV | 193.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 65 | 0.01 | 0 | 0.69 | 0.17 | 61.23 | 0.62 | 0.54 |
| Hex | D0 | D3 | 41 | 1 | 0 | 45 | 11 | 3D | 3E | 36 |
| Octal | 320 | 323 | 101 | 1 | 0 | 105 | 21 | 75 | 76 | 66 |
| Binary | 11010000 | 11010011 | 1000001 | 1 | 0 | 1000101 | 10001 | 111101 | 111110 | 110110 |
Color Harmonies of #D0D341
Complementary color
Monochromatic Colors of #D0D341
Black with #D0D341
Text Example
Text Example
White with #D0D341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D341; }
p { color: rgb(208,211,65); }
H1.HeaderClassName
{
color: #D0D341;
}
.AnyTagClassName
{
color: #D0D341;
}
</style>
background-color css
<style>
a { background-color: #D0D341; }
a { background-color: rgb(208,211,65); }
div.DivClassName
{
background-color: #D0D341;
}
.BgClassName
{
background-color: #D0D341;
}
</style>
border-color css
<style>
span { border-color: #D0D341; }
span { border-color: rgb(208,211,65); }
td.TdClassName
{
border-color: #D0D341;
}
.TagClassName
{
border-color: #D0D341;
}
</style>