Shades of Wattle #D0C139
Tints of Wattle #D0C139
RGB
CMYK
RGB Variations
Color information
#D0C139 (or 0xD0C139) is known color: Wattle. HEX triplet: D0, C1 and 39. RGB value is (208,193,57). Sum of RGB (Red+Green+Blue) = 208+193+57=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 57 (22.66% from 255 or 12.45% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C139 is #2F3EC6. Grayscale: #B6B6B6. Windows color (decimal): -3096263 or 3785168. OLE color: 3785168.
HSL color Cylindrical-coordinate representation of color #D0C139: hue angle of 54.04º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0C139 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 57 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.18 |
| HSL | 54.04º | 0.62% | 0.52% | - |
| HSV(B) | 54.04º | 0.73% | 0.82% | - |
| XYZ | 45.82 | 51.85 | 11.46 | - |
| YUV | 181.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 57 | 0 | 0.07 | 0.73 | 0.18 | 54.04 | 0.62 | 0.52 |
| Hex | D0 | C1 | 39 | 0 | 7 | 49 | 12 | 36 | 3E | 34 |
| Octal | 320 | 301 | 71 | 0 | 7 | 111 | 22 | 66 | 76 | 64 |
| Binary | 11010000 | 11000001 | 111001 | 0 | 111 | 1001001 | 10010 | 110110 | 111110 | 110100 |
Color Harmonies of #D0C139
Complementary color
Monochromatic Colors of #D0C139
Black with #D0C139
Text Example
Text Example
White with #D0C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C139; }
p { color: rgb(208,193,57); }
H1.HeaderClassName
{
color: #D0C139;
}
.AnyTagClassName
{
color: #D0C139;
}
</style>
background-color css
<style>
a { background-color: #D0C139; }
a { background-color: rgb(208,193,57); }
div.DivClassName
{
background-color: #D0C139;
}
.BgClassName
{
background-color: #D0C139;
}
</style>
border-color css
<style>
span { border-color: #D0C139; }
span { border-color: rgb(208,193,57); }
td.TdClassName
{
border-color: #D0C139;
}
.TagClassName
{
border-color: #D0C139;
}
</style>