Shades of Wattle #D1C92F
Tints of Wattle #D1C92F
RGB
CMYK
RGB Variations
Color information
#D1C92F (or 0xD1C92F) is known color: Wattle. HEX triplet: D1, C9 and 2F. RGB value is (209,201,47). Sum of RGB (Red+Green+Blue) = 209+201+47=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C92F is #2E36D0. Grayscale: #BABABA. Windows color (decimal): -3028689 or 3131857. OLE color: 3131857.
HSL color Cylindrical-coordinate representation of color #D1C92F: hue angle of 57.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D1C92F is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 47 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.18 |
| HSL | 57.04º | 0.64% | 0.5% | - |
| HSV(B) | 57.04º | 0.78% | 0.82% | - |
| XYZ | 47.69 | 55.53 | 10.89 | - |
| YUV | 185.84 | 49.65 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 47 | 0 | 0.04 | 0.78 | 0.18 | 57.04 | 0.64 | 0.5 |
| Hex | D1 | C9 | 2F | 0 | 4 | 4E | 12 | 39 | 40 | 32 |
| Octal | 321 | 311 | 57 | 0 | 4 | 116 | 22 | 71 | 100 | 62 |
| Binary | 11010001 | 11001001 | 101111 | 0 | 100 | 1001110 | 10010 | 111001 | 1000000 | 110010 |
Color Harmonies of #D1C92F
Complementary color
Monochromatic Colors of #D1C92F
Black with #D1C92F
Text Example
Text Example
White with #D1C92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C92F; }
p { color: rgb(209,201,47); }
H1.HeaderClassName
{
color: #D1C92F;
}
.AnyTagClassName
{
color: #D1C92F;
}
</style>
background-color css
<style>
a { background-color: #D1C92F; }
a { background-color: rgb(209,201,47); }
div.DivClassName
{
background-color: #D1C92F;
}
.BgClassName
{
background-color: #D1C92F;
}
</style>
border-color css
<style>
span { border-color: #D1C92F; }
span { border-color: rgb(209,201,47); }
td.TdClassName
{
border-color: #D1C92F;
}
.TagClassName
{
border-color: #D1C92F;
}
</style>