Shades of Wattle #D8CF3B
Tints of Wattle #D8CF3B
RGB
CMYK
RGB Variations
Color information
#D8CF3B (or 0xD8CF3B) is known color: Wattle. HEX triplet: D8, CF and 3B. RGB value is (216,207,59). Sum of RGB (Red+Green+Blue) = 216+207+59=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 59 (23.44% from 255 or 12.24% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF3B is #2730C4. Grayscale: #C1C1C1. Windows color (decimal): -2568389 or 3919832. OLE color: 3919832.
HSL color Cylindrical-coordinate representation of color #D8CF3B: hue angle of 56.56º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8CF3B is Cyan = 0, Magento = 0.04, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 59 | - |
| CMYK | 0 | 0.04 | 0.73 | 0.15 |
| HSL | 56.56º | 0.67% | 0.54% | - |
| HSV(B) | 56.56º | 0.73% | 0.85% | - |
| XYZ | 51.42 | 59.54 | 12.92 | - |
| YUV | 192.82 | 52.48 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 59 | 0 | 0.04 | 0.73 | 0.15 | 56.56 | 0.67 | 0.54 |
| Hex | D8 | CF | 3B | 0 | 4 | 49 | F | 39 | 43 | 36 |
| Octal | 330 | 317 | 73 | 0 | 4 | 111 | 17 | 71 | 103 | 66 |
| Binary | 11011000 | 11001111 | 111011 | 0 | 100 | 1001001 | 1111 | 111001 | 1000011 | 110110 |
Color Harmonies of #D8CF3B
Complementary color
Monochromatic Colors of #D8CF3B
Black with #D8CF3B
Text Example
Text Example
White with #D8CF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF3B; }
p { color: rgb(216,207,59); }
H1.HeaderClassName
{
color: #D8CF3B;
}
.AnyTagClassName
{
color: #D8CF3B;
}
</style>
background-color css
<style>
a { background-color: #D8CF3B; }
a { background-color: rgb(216,207,59); }
div.DivClassName
{
background-color: #D8CF3B;
}
.BgClassName
{
background-color: #D8CF3B;
}
</style>
border-color css
<style>
span { border-color: #D8CF3B; }
span { border-color: rgb(216,207,59); }
td.TdClassName
{
border-color: #D8CF3B;
}
.TagClassName
{
border-color: #D8CF3B;
}
</style>