Shades of Wattle #D0D342
Tints of Wattle #D0D342
RGB
CMYK
RGB Variations
Color information
#D0D342 (or 0xD0D342) is known color: Wattle. HEX triplet: D0, D3 and 42. RGB value is (208,211,66). Sum of RGB (Red+Green+Blue) = 208+211+66=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D342 is #2F2CBD. Grayscale: #C2C2C2. Windows color (decimal): -3091646 or 4379600. OLE color: 4379600.
HSL color Cylindrical-coordinate representation of color #D0D342: hue angle of 61.24º 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 #D0D342 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 66 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.17 |
| HSL | 61.24º | 0.62% | 0.54% | - |
| HSV(B) | 61.24º | 0.69% | 0.83% | - |
| XYZ | 50.29 | 60.39 | 14.16 | - |
| YUV | 193.57 | 56.01 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 66 | 0.01 | 0 | 0.69 | 0.17 | 61.24 | 0.62 | 0.54 |
| Hex | D0 | D3 | 42 | 1 | 0 | 45 | 11 | 3D | 3E | 36 |
| Octal | 320 | 323 | 102 | 1 | 0 | 105 | 21 | 75 | 76 | 66 |
| Binary | 11010000 | 11010011 | 1000010 | 1 | 0 | 1000101 | 10001 | 111101 | 111110 | 110110 |
Color Harmonies of #D0D342
Complementary color
Monochromatic Colors of #D0D342
Black with #D0D342
Text Example
Text Example
White with #D0D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D342; }
p { color: rgb(208,211,66); }
H1.HeaderClassName
{
color: #D0D342;
}
.AnyTagClassName
{
color: #D0D342;
}
</style>
background-color css
<style>
a { background-color: #D0D342; }
a { background-color: rgb(208,211,66); }
div.DivClassName
{
background-color: #D0D342;
}
.BgClassName
{
background-color: #D0D342;
}
</style>
border-color css
<style>
span { border-color: #D0D342; }
span { border-color: rgb(208,211,66); }
td.TdClassName
{
border-color: #D0D342;
}
.TagClassName
{
border-color: #D0D342;
}
</style>