Shades of Wattle #D8CF37
Tints of Wattle #D8CF37
RGB
CMYK
RGB Variations
Color information
#D8CF37 (or 0xD8CF37) is known color: Wattle. HEX triplet: D8, CF and 37. RGB value is (216,207,55). Sum of RGB (Red+Green+Blue) = 216+207+55=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 55 (21.88% from 255 or 11.51% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF37 is #2730C8. Grayscale: #C0C0C0. Windows color (decimal): -2568393 or 3657688. OLE color: 3657688.
HSL color Cylindrical-coordinate representation of color #D8CF37: hue angle of 56.65º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8CF37 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 55 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.15 |
| HSL | 56.65º | 0.67% | 0.53% | - |
| HSV(B) | 56.65º | 0.75% | 0.85% | - |
| XYZ | 51.32 | 59.5 | 12.39 | - |
| YUV | 192.36 | 50.48 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 55 | 0 | 0.04 | 0.75 | 0.15 | 56.65 | 0.67 | 0.53 |
| Hex | D8 | CF | 37 | 0 | 4 | 4B | F | 39 | 43 | 35 |
| Octal | 330 | 317 | 67 | 0 | 4 | 113 | 17 | 71 | 103 | 65 |
| Binary | 11011000 | 11001111 | 110111 | 0 | 100 | 1001011 | 1111 | 111001 | 1000011 | 110101 |
Color Harmonies of #D8CF37
Complementary color
Monochromatic Colors of #D8CF37
Black with #D8CF37
Text Example
Text Example
White with #D8CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF37; }
p { color: rgb(216,207,55); }
H1.HeaderClassName
{
color: #D8CF37;
}
.AnyTagClassName
{
color: #D8CF37;
}
</style>
background-color css
<style>
a { background-color: #D8CF37; }
a { background-color: rgb(216,207,55); }
div.DivClassName
{
background-color: #D8CF37;
}
.BgClassName
{
background-color: #D8CF37;
}
</style>
border-color css
<style>
span { border-color: #D8CF37; }
span { border-color: rgb(216,207,55); }
td.TdClassName
{
border-color: #D8CF37;
}
.TagClassName
{
border-color: #D8CF37;
}
</style>