Shades of Wattle #D8C83F
Tints of Wattle #D8C83F
RGB
CMYK
RGB Variations
Color information
#D8C83F (or 0xD8C83F) is known color: Wattle. HEX triplet: D8, C8 and 3F. RGB value is (216,200,63). Sum of RGB (Red+Green+Blue) = 216+200+63=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C83F is #2737C0. Grayscale: #BDBDBD. Windows color (decimal): -2570177 or 4180184. OLE color: 4180184.
HSL color Cylindrical-coordinate representation of color #D8C83F: hue angle of 53.73º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8C83F is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 200 | 63 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.15 |
| HSL | 53.73º | 0.66% | 0.55% | - |
| HSV(B) | 53.73º | 0.71% | 0.85% | - |
| XYZ | 49.87 | 56.27 | 12.93 | - |
| YUV | 189.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 200 | 63 | 0 | 0.07 | 0.71 | 0.15 | 53.73 | 0.66 | 0.55 |
| Hex | D8 | C8 | 3F | 0 | 7 | 47 | F | 36 | 42 | 37 |
| Octal | 330 | 310 | 77 | 0 | 7 | 107 | 17 | 66 | 102 | 67 |
| Binary | 11011000 | 11001000 | 111111 | 0 | 111 | 1000111 | 1111 | 110110 | 1000010 | 110111 |
Color Harmonies of #D8C83F
Complementary color
Monochromatic Colors of #D8C83F
Black with #D8C83F
Text Example
Text Example
White with #D8C83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C83F; }
p { color: rgb(216,200,63); }
H1.HeaderClassName
{
color: #D8C83F;
}
.AnyTagClassName
{
color: #D8C83F;
}
</style>
background-color css
<style>
a { background-color: #D8C83F; }
a { background-color: rgb(216,200,63); }
div.DivClassName
{
background-color: #D8C83F;
}
.BgClassName
{
background-color: #D8C83F;
}
</style>
border-color css
<style>
span { border-color: #D8C83F; }
span { border-color: rgb(216,200,63); }
td.TdClassName
{
border-color: #D8C83F;
}
.TagClassName
{
border-color: #D8C83F;
}
</style>