Shades of Wattle #D0C13C
Tints of Wattle #D0C13C
RGB
CMYK
RGB Variations
Color information
#D0C13C (or 0xD0C13C) is known color: Wattle. HEX triplet: D0, C1 and 3C. RGB value is (208,193,60). Sum of RGB (Red+Green+Blue) = 208+193+60=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 60 (23.83% from 255 or 13.02% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0C13C is #2F3EC3. Grayscale: #B6B6B6. Windows color (decimal): -3096260 or 3981776. OLE color: 3981776.
HSL color Cylindrical-coordinate representation of color #D0C13C: hue angle of 53.92º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0C13C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.18 |
| HSL | 53.92º | 0.61% | 0.53% | - |
| HSV(B) | 53.92º | 0.71% | 0.82% | - |
| XYZ | 45.9 | 51.88 | 11.87 | - |
| YUV | 182.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 60 | 0 | 0.07 | 0.71 | 0.18 | 53.92 | 0.61 | 0.53 |
| Hex | D0 | C1 | 3C | 0 | 7 | 47 | 12 | 36 | 3D | 35 |
| Octal | 320 | 301 | 74 | 0 | 7 | 107 | 22 | 66 | 75 | 65 |
| Binary | 11010000 | 11000001 | 111100 | 0 | 111 | 1000111 | 10010 | 110110 | 111101 | 110101 |
Color Harmonies of #D0C13C
Complementary color
Monochromatic Colors of #D0C13C
Black with #D0C13C
Text Example
Text Example
White with #D0C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C13C; }
p { color: rgb(208,193,60); }
H1.HeaderClassName
{
color: #D0C13C;
}
.AnyTagClassName
{
color: #D0C13C;
}
</style>
background-color css
<style>
a { background-color: #D0C13C; }
a { background-color: rgb(208,193,60); }
div.DivClassName
{
background-color: #D0C13C;
}
.BgClassName
{
background-color: #D0C13C;
}
</style>
border-color css
<style>
span { border-color: #D0C13C; }
span { border-color: rgb(208,193,60); }
td.TdClassName
{
border-color: #D0C13C;
}
.TagClassName
{
border-color: #D0C13C;
}
</style>