Shades of Wattle #D0D33D
Tints of Wattle #D0D33D
RGB
CMYK
RGB Variations
Color information
#D0D33D (or 0xD0D33D) is known color: Wattle. HEX triplet: D0, D3 and 3D. RGB value is (208,211,61). Sum of RGB (Red+Green+Blue) = 208+211+61=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D33D is #2F2CC2. Grayscale: #C1C1C1. Windows color (decimal): -3091651 or 4051920. OLE color: 4051920.
HSL color Cylindrical-coordinate representation of color #D0D33D: hue angle of 61.2º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0D33D is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 211 | 61 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.17 |
| HSL | 61.2º | 0.63% | 0.53% | - |
| HSV(B) | 61.2º | 0.71% | 0.83% | - |
| XYZ | 50.15 | 60.34 | 13.42 | - |
| YUV | 193 | 53.51 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 211 | 61 | 0.01 | 0 | 0.71 | 0.17 | 61.2 | 0.63 | 0.53 |
| Hex | D0 | D3 | 3D | 1 | 0 | 47 | 11 | 3D | 3F | 35 |
| Octal | 320 | 323 | 75 | 1 | 0 | 107 | 21 | 75 | 77 | 65 |
| Binary | 11010000 | 11010011 | 111101 | 1 | 0 | 1000111 | 10001 | 111101 | 111111 | 110101 |
Color Harmonies of #D0D33D
Complementary color
Monochromatic Colors of #D0D33D
Black with #D0D33D
Text Example
Text Example
White with #D0D33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D33D; }
p { color: rgb(208,211,61); }
H1.HeaderClassName
{
color: #D0D33D;
}
.AnyTagClassName
{
color: #D0D33D;
}
</style>
background-color css
<style>
a { background-color: #D0D33D; }
a { background-color: rgb(208,211,61); }
div.DivClassName
{
background-color: #D0D33D;
}
.BgClassName
{
background-color: #D0D33D;
}
</style>
border-color css
<style>
span { border-color: #D0D33D; }
span { border-color: rgb(208,211,61); }
td.TdClassName
{
border-color: #D0D33D;
}
.TagClassName
{
border-color: #D0D33D;
}
</style>