Shades of Wattle #D0C931
Tints of Wattle #D0C931
RGB
CMYK
RGB Variations
Color information
#D0C931 (or 0xD0C931) is known color: Wattle. HEX triplet: D0, C9 and 31. RGB value is (208,201,49). Sum of RGB (Red+Green+Blue) = 208+201+49=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C931 is #2F36CE. Grayscale: #BABABA. Windows color (decimal): -3094223 or 3262928. OLE color: 3262928.
HSL color Cylindrical-coordinate representation of color #D0C931: hue angle of 57.36º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0C931 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 49 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.18 |
| HSL | 57.36º | 0.63% | 0.5% | - |
| HSV(B) | 57.36º | 0.76% | 0.82% | - |
| XYZ | 47.45 | 55.4 | 11.1 | - |
| YUV | 185.77 | 50.82 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 49 | 0 | 0.03 | 0.76 | 0.18 | 57.36 | 0.63 | 0.5 |
| Hex | D0 | C9 | 31 | 0 | 3 | 4C | 12 | 39 | 3F | 32 |
| Octal | 320 | 311 | 61 | 0 | 3 | 114 | 22 | 71 | 77 | 62 |
| Binary | 11010000 | 11001001 | 110001 | 0 | 11 | 1001100 | 10010 | 111001 | 111111 | 110010 |
Color Harmonies of #D0C931
Complementary color
Monochromatic Colors of #D0C931
Black with #D0C931
Text Example
Text Example
White with #D0C931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C931; }
p { color: rgb(208,201,49); }
H1.HeaderClassName
{
color: #D0C931;
}
.AnyTagClassName
{
color: #D0C931;
}
</style>
background-color css
<style>
a { background-color: #D0C931; }
a { background-color: rgb(208,201,49); }
div.DivClassName
{
background-color: #D0C931;
}
.BgClassName
{
background-color: #D0C931;
}
</style>
border-color css
<style>
span { border-color: #D0C931; }
span { border-color: rgb(208,201,49); }
td.TdClassName
{
border-color: #D0C931;
}
.TagClassName
{
border-color: #D0C931;
}
</style>