Shades of Wattle #D1C83D
Tints of Wattle #D1C83D
RGB
CMYK
RGB Variations
Color information
#D1C83D (or 0xD1C83D) is known color: Wattle. HEX triplet: D1, C8 and 3D. RGB value is (209,200,61). Sum of RGB (Red+Green+Blue) = 209+200+61=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C83D is #2E37C2. Grayscale: #BBBBBB. Windows color (decimal): -3028931 or 4049105. OLE color: 4049105.
HSL color Cylindrical-coordinate representation of color #D1C83D: hue angle of 56.35º 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 #D1C83D is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 200 | 61 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.18 |
| HSL | 56.35º | 0.62% | 0.53% | - |
| HSV(B) | 56.35º | 0.71% | 0.82% | - |
| XYZ | 47.79 | 55.2 | 12.55 | - |
| YUV | 186.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 200 | 61 | 0 | 0.04 | 0.71 | 0.18 | 56.35 | 0.62 | 0.53 |
| Hex | D1 | C8 | 3D | 0 | 4 | 47 | 12 | 38 | 3E | 35 |
| Octal | 321 | 310 | 75 | 0 | 4 | 107 | 22 | 70 | 76 | 65 |
| Binary | 11010001 | 11001000 | 111101 | 0 | 100 | 1000111 | 10010 | 111000 | 111110 | 110101 |
Color Harmonies of #D1C83D
Complementary color
Monochromatic Colors of #D1C83D
Black with #D1C83D
Text Example
Text Example
White with #D1C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C83D; }
p { color: rgb(209,200,61); }
H1.HeaderClassName
{
color: #D1C83D;
}
.AnyTagClassName
{
color: #D1C83D;
}
</style>
background-color css
<style>
a { background-color: #D1C83D; }
a { background-color: rgb(209,200,61); }
div.DivClassName
{
background-color: #D1C83D;
}
.BgClassName
{
background-color: #D1C83D;
}
</style>
border-color css
<style>
span { border-color: #D1C83D; }
span { border-color: rgb(209,200,61); }
td.TdClassName
{
border-color: #D1C83D;
}
.TagClassName
{
border-color: #D1C83D;
}
</style>