Shades of Wattle #D0C63E
Tints of Wattle #D0C63E
RGB
CMYK
RGB Variations
Color information
#D0C63E (or 0xD0C63E) is known color: Wattle. HEX triplet: D0, C6 and 3E. RGB value is (208,198,62). Sum of RGB (Red+Green+Blue) = 208+198+62=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 198 (77.73% from 255 or 42.31% from 468); Blue value is 62 (24.61% from 255 or 13.25% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C63E is #2F39C1. Grayscale: #BABABA. Windows color (decimal): -3094978 or 4114128. OLE color: 4114128.
HSL color Cylindrical-coordinate representation of color #D0C63E: hue angle of 55.89º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D0C63E is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 62 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.18 |
| HSL | 55.89º | 0.61% | 0.53% | - |
| HSV(B) | 55.89º | 0.7% | 0.82% | - |
| XYZ | 47.08 | 54.15 | 12.53 | - |
| YUV | 185.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 62 | 0 | 0.05 | 0.70 | 0.18 | 55.89 | 0.61 | 0.53 |
| Hex | D0 | C6 | 3E | 0 | 5 | 46 | 12 | 38 | 3D | 35 |
| Octal | 320 | 306 | 76 | 0 | 5 | 106 | 22 | 70 | 75 | 65 |
| Binary | 11010000 | 11000110 | 111110 | 0 | 101 | 1000110 | 10010 | 111000 | 111101 | 110101 |
Color Harmonies of #D0C63E
Complementary color
Monochromatic Colors of #D0C63E
Black with #D0C63E
Text Example
Text Example
White with #D0C63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C63E; }
p { color: rgb(208,198,62); }
H1.HeaderClassName
{
color: #D0C63E;
}
.AnyTagClassName
{
color: #D0C63E;
}
</style>
background-color css
<style>
a { background-color: #D0C63E; }
a { background-color: rgb(208,198,62); }
div.DivClassName
{
background-color: #D0C63E;
}
.BgClassName
{
background-color: #D0C63E;
}
</style>
border-color css
<style>
span { border-color: #D0C63E; }
span { border-color: rgb(208,198,62); }
td.TdClassName
{
border-color: #D0C63E;
}
.TagClassName
{
border-color: #D0C63E;
}
</style>