Shades of Wattle #D1C330
Tints of Wattle #D1C330
RGB
CMYK
RGB Variations
Color information
#D1C330 (or 0xD1C330) is known color: Wattle. HEX triplet: D1, C3 and 30. RGB value is (209,195,48). Sum of RGB (Red+Green+Blue) = 209+195+48=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 48 (19.14% from 255 or 10.62% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C330 is #2E3CCF. Grayscale: #B7B7B7. Windows color (decimal): -3030224 or 3195857. OLE color: 3195857.
HSL color Cylindrical-coordinate representation of color #D1C330: hue angle of 54.78º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1C330 is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 48 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.18 |
| HSL | 54.78º | 0.64% | 0.5% | - |
| HSV(B) | 54.78º | 0.77% | 0.82% | - |
| XYZ | 46.34 | 52.8 | 10.54 | - |
| YUV | 182.43 | 52.14 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 48 | 0 | 0.07 | 0.77 | 0.18 | 54.78 | 0.64 | 0.5 |
| Hex | D1 | C3 | 30 | 0 | 7 | 4D | 12 | 37 | 40 | 32 |
| Octal | 321 | 303 | 60 | 0 | 7 | 115 | 22 | 67 | 100 | 62 |
| Binary | 11010001 | 11000011 | 110000 | 0 | 111 | 1001101 | 10010 | 110111 | 1000000 | 110010 |
Color Harmonies of #D1C330
Complementary color
Monochromatic Colors of #D1C330
Black with #D1C330
Text Example
Text Example
White with #D1C330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C330; }
p { color: rgb(209,195,48); }
H1.HeaderClassName
{
color: #D1C330;
}
.AnyTagClassName
{
color: #D1C330;
}
</style>
background-color css
<style>
a { background-color: #D1C330; }
a { background-color: rgb(209,195,48); }
div.DivClassName
{
background-color: #D1C330;
}
.BgClassName
{
background-color: #D1C330;
}
</style>
border-color css
<style>
span { border-color: #D1C330; }
span { border-color: rgb(209,195,48); }
td.TdClassName
{
border-color: #D1C330;
}
.TagClassName
{
border-color: #D1C330;
}
</style>