Shades of Wattle #D1C03D
Tints of Wattle #D1C03D
RGB
CMYK
RGB Variations
Color information
#D1C03D (or 0xD1C03D) is known color: Wattle. HEX triplet: D1, C0 and 3D. RGB value is (209,192,61). Sum of RGB (Red+Green+Blue) = 209+192+61=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 192 (75.39% from 255 or 41.56% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C03D is #2E3FC2. Grayscale: #B6B6B6. Windows color (decimal): -3030979 or 4047057. OLE color: 4047057.
HSL color Cylindrical-coordinate representation of color #D1C03D: hue angle of 53.11º degrees, saturation: 0.62, 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 #D1C03D is Cyan = 0, Magento = 0.08, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 192 | 61 | - |
| CMYK | 0 | 0.08 | 0.71 | 0.18 |
| HSL | 53.11º | 0.62% | 0.53% | - |
| HSV(B) | 53.11º | 0.71% | 0.82% | - |
| XYZ | 45.99 | 51.59 | 11.95 | - |
| YUV | 182.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 192 | 61 | 0 | 0.08 | 0.71 | 0.18 | 53.11 | 0.62 | 0.53 |
| Hex | D1 | C0 | 3D | 0 | 8 | 47 | 12 | 35 | 3E | 35 |
| Octal | 321 | 300 | 75 | 0 | 10 | 107 | 22 | 65 | 76 | 65 |
| Binary | 11010001 | 11000000 | 111101 | 0 | 1000 | 1000111 | 10010 | 110101 | 111110 | 110101 |
Color Harmonies of #D1C03D
Complementary color
Monochromatic Colors of #D1C03D
Black with #D1C03D
Text Example
Text Example
White with #D1C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C03D; }
p { color: rgb(209,192,61); }
H1.HeaderClassName
{
color: #D1C03D;
}
.AnyTagClassName
{
color: #D1C03D;
}
</style>
background-color css
<style>
a { background-color: #D1C03D; }
a { background-color: rgb(209,192,61); }
div.DivClassName
{
background-color: #D1C03D;
}
.BgClassName
{
background-color: #D1C03D;
}
</style>
border-color css
<style>
span { border-color: #D1C03D; }
span { border-color: rgb(209,192,61); }
td.TdClassName
{
border-color: #D1C03D;
}
.TagClassName
{
border-color: #D1C03D;
}
</style>