Shades of Wattle #D5C83D
Tints of Wattle #D5C83D
RGB
CMYK
RGB Variations
Color information
#D5C83D (or 0xD5C83D) is known color: Wattle. HEX triplet: D5, C8 and 3D. RGB value is (213,200,61). Sum of RGB (Red+Green+Blue) = 213+200+61=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 200 (78.52% from 255 or 42.19% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C83D is #2A37C2. Grayscale: #BCBCBC. Windows color (decimal): -2766787 or 4049109. OLE color: 4049109.
HSL color Cylindrical-coordinate representation of color #D5C83D: hue angle of 54.87º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5C83D is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 61 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.16 |
| HSL | 54.87º | 0.64% | 0.54% | - |
| HSV(B) | 54.87º | 0.71% | 0.84% | - |
| XYZ | 48.94 | 55.79 | 12.6 | - |
| YUV | 188.04 | 56.31 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 61 | 0 | 0.06 | 0.71 | 0.16 | 54.87 | 0.64 | 0.54 |
| Hex | D5 | C8 | 3D | 0 | 6 | 47 | 10 | 37 | 40 | 36 |
| Octal | 325 | 310 | 75 | 0 | 6 | 107 | 20 | 67 | 100 | 66 |
| Binary | 11010101 | 11001000 | 111101 | 0 | 110 | 1000111 | 10000 | 110111 | 1000000 | 110110 |
Color Harmonies of #D5C83D
Complementary color
Monochromatic Colors of #D5C83D
Black with #D5C83D
Text Example
Text Example
White with #D5C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C83D; }
p { color: rgb(213,200,61); }
H1.HeaderClassName
{
color: #D5C83D;
}
.AnyTagClassName
{
color: #D5C83D;
}
</style>
background-color css
<style>
a { background-color: #D5C83D; }
a { background-color: rgb(213,200,61); }
div.DivClassName
{
background-color: #D5C83D;
}
.BgClassName
{
background-color: #D5C83D;
}
</style>
border-color css
<style>
span { border-color: #D5C83D; }
span { border-color: rgb(213,200,61); }
td.TdClassName
{
border-color: #D5C83D;
}
.TagClassName
{
border-color: #D5C83D;
}
</style>