Shades of Wattle #D1C83A
Tints of Wattle #D1C83A
RGB
CMYK
RGB Variations
Color information
#D1C83A (or 0xD1C83A) is known color: Wattle. HEX triplet: D1, C8 and 3A. RGB value is (209,200,58). Sum of RGB (Red+Green+Blue) = 209+200+58=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 58 (23.05% from 255 or 12.42% from 467); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C83A is #2E37C5. Grayscale: #BBBBBB. Windows color (decimal): -3028934 or 3852497. OLE color: 3852497.
HSL color Cylindrical-coordinate representation of color #D1C83A: hue angle of 56.42º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1C83A is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 58 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.18 |
| HSL | 56.42º | 0.62% | 0.52% | - |
| HSV(B) | 56.42º | 0.72% | 0.82% | - |
| XYZ | 47.71 | 55.17 | 12.14 | - |
| YUV | 186.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 58 | 0 | 0.04 | 0.72 | 0.18 | 56.42 | 0.62 | 0.52 |
| Hex | D1 | C8 | 3A | 0 | 4 | 48 | 12 | 38 | 3E | 34 |
| Octal | 321 | 310 | 72 | 0 | 4 | 110 | 22 | 70 | 76 | 64 |
| Binary | 11010001 | 11001000 | 111010 | 0 | 100 | 1001000 | 10010 | 111000 | 111110 | 110100 |
Color Harmonies of #D1C83A
Complementary color
Monochromatic Colors of #D1C83A
Black with #D1C83A
Text Example
Text Example
White with #D1C83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C83A; }
p { color: rgb(209,200,58); }
H1.HeaderClassName
{
color: #D1C83A;
}
.AnyTagClassName
{
color: #D1C83A;
}
</style>
background-color css
<style>
a { background-color: #D1C83A; }
a { background-color: rgb(209,200,58); }
div.DivClassName
{
background-color: #D1C83A;
}
.BgClassName
{
background-color: #D1C83A;
}
</style>
border-color css
<style>
span { border-color: #D1C83A; }
span { border-color: rgb(209,200,58); }
td.TdClassName
{
border-color: #D1C83A;
}
.TagClassName
{
border-color: #D1C83A;
}
</style>