Shades of Wattle #D0C23E
Tints of Wattle #D0C23E
RGB
CMYK
RGB Variations
Color information
#D0C23E (or 0xD0C23E) is known color: Wattle. HEX triplet: D0, C2 and 3E. RGB value is (208,194,62). Sum of RGB (Red+Green+Blue) = 208+194+62=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 62 (24.61% from 255 or 13.36% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C23E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C23E is #2F3DC1. Grayscale: #B7B7B7. Windows color (decimal): -3096002 or 4113104. OLE color: 4113104.
HSL color Cylindrical-coordinate representation of color #D0C23E: hue angle of 54.25º 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 #D0C23E is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 62 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 54.25º | 0.61% | 0.53% | - |
| HSV(B) | 54.25º | 0.7% | 0.82% | - |
| XYZ | 46.17 | 52.34 | 12.23 | - |
| YUV | 183.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 62 | 0 | 0.07 | 0.70 | 0.18 | 54.25 | 0.61 | 0.53 |
| Hex | D0 | C2 | 3E | 0 | 7 | 46 | 12 | 36 | 3D | 35 |
| Octal | 320 | 302 | 76 | 0 | 7 | 106 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000010 | 111110 | 0 | 111 | 1000110 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C23E
Complementary color
Monochromatic Colors of #D0C23E
Black with #D0C23E
Text Example
Text Example
White with #D0C23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C23E; }
p { color: rgb(208,194,62); }
H1.HeaderClassName
{
color: #D0C23E;
}
.AnyTagClassName
{
color: #D0C23E;
}
</style>
background-color css
<style>
a { background-color: #D0C23E; }
a { background-color: rgb(208,194,62); }
div.DivClassName
{
background-color: #D0C23E;
}
.BgClassName
{
background-color: #D0C23E;
}
</style>
border-color css
<style>
span { border-color: #D0C23E; }
span { border-color: rgb(208,194,62); }
td.TdClassName
{
border-color: #D0C23E;
}
.TagClassName
{
border-color: #D0C23E;
}
</style>