Shades of Wattle #D0C943
Tints of Wattle #D0C943
RGB
CMYK
RGB Variations
Color information
#D0C943 (or 0xD0C943) is known color: Wattle. HEX triplet: D0, C9 and 43. RGB value is (208,201,67). Sum of RGB (Red+Green+Blue) = 208+201+67=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 201 (78.91% from 255 or 42.23% from 476); Blue value is 67 (26.56% from 255 or 14.08% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C943 is #2F36BC. Grayscale: #BCBCBC. Windows color (decimal): -3094205 or 4442576. OLE color: 4442576.
HSL color Cylindrical-coordinate representation of color #D0C943: hue angle of 57.02º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0C943 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 67 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.18 |
| HSL | 57.02º | 0.6% | 0.54% | - |
| HSV(B) | 57.02º | 0.68% | 0.82% | - |
| XYZ | 47.91 | 55.59 | 13.51 | - |
| YUV | 187.82 | 59.82 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 67 | 0 | 0.03 | 0.68 | 0.18 | 57.02 | 0.6 | 0.54 |
| Hex | D0 | C9 | 43 | 0 | 3 | 44 | 12 | 39 | 3C | 36 |
| Octal | 320 | 311 | 103 | 0 | 3 | 104 | 22 | 71 | 74 | 66 |
| Binary | 11010000 | 11001001 | 1000011 | 0 | 11 | 1000100 | 10010 | 111001 | 111100 | 110110 |
Color Harmonies of #D0C943
Complementary color
Monochromatic Colors of #D0C943
Black with #D0C943
Text Example
Text Example
White with #D0C943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C943; }
p { color: rgb(208,201,67); }
H1.HeaderClassName
{
color: #D0C943;
}
.AnyTagClassName
{
color: #D0C943;
}
</style>
background-color css
<style>
a { background-color: #D0C943; }
a { background-color: rgb(208,201,67); }
div.DivClassName
{
background-color: #D0C943;
}
.BgClassName
{
background-color: #D0C943;
}
</style>
border-color css
<style>
span { border-color: #D0C943; }
span { border-color: rgb(208,201,67); }
td.TdClassName
{
border-color: #D0C943;
}
.TagClassName
{
border-color: #D0C943;
}
</style>