Shades of Wattle #D8D63F
Tints of Wattle #D8D63F
RGB
CMYK
RGB Variations
Color information
#D8D63F (or 0xD8D63F) is known color: Wattle. HEX triplet: D8, D6 and 3F. RGB value is (216,214,63). Sum of RGB (Red+Green+Blue) = 216+214+63=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D63F is #2729C0. Grayscale: #C5C5C5. Windows color (decimal): -2566593 or 4183768. OLE color: 4183768.
HSL color Cylindrical-coordinate representation of color #D8D63F: hue angle of 59.22º 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 #D8D63F is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 214 | 63 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.15 |
| HSL | 59.22º | 0.66% | 0.55% | - |
| HSV(B) | 59.22º | 0.71% | 0.85% | - |
| XYZ | 53.26 | 63.05 | 14.07 | - |
| YUV | 197.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 214 | 63 | 0 | 0.01 | 0.71 | 0.15 | 59.22 | 0.66 | 0.55 |
| Hex | D8 | D6 | 3F | 0 | 1 | 47 | F | 3B | 42 | 37 |
| Octal | 330 | 326 | 77 | 0 | 1 | 107 | 17 | 73 | 102 | 67 |
| Binary | 11011000 | 11010110 | 111111 | 0 | 1 | 1000111 | 1111 | 111011 | 1000010 | 110111 |
Color Harmonies of #D8D63F
Complementary color
Monochromatic Colors of #D8D63F
Black with #D8D63F
Text Example
Text Example
White with #D8D63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D63F; }
p { color: rgb(216,214,63); }
H1.HeaderClassName
{
color: #D8D63F;
}
.AnyTagClassName
{
color: #D8D63F;
}
</style>
background-color css
<style>
a { background-color: #D8D63F; }
a { background-color: rgb(216,214,63); }
div.DivClassName
{
background-color: #D8D63F;
}
.BgClassName
{
background-color: #D8D63F;
}
</style>
border-color css
<style>
span { border-color: #D8D63F; }
span { border-color: rgb(216,214,63); }
td.TdClassName
{
border-color: #D8D63F;
}
.TagClassName
{
border-color: #D8D63F;
}
</style>