Shades of Wattle #D8CF3C
Tints of Wattle #D8CF3C
RGB
CMYK
RGB Variations
Color information
#D8CF3C (or 0xD8CF3C) is known color: Wattle. HEX triplet: D8, CF and 3C. RGB value is (216,207,60). Sum of RGB (Red+Green+Blue) = 216+207+60=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CF3C is #2730C3. Grayscale: #C1C1C1. Windows color (decimal): -2568388 or 3985368. OLE color: 3985368.
HSL color Cylindrical-coordinate representation of color #D8CF3C: hue angle of 56.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D8CF3C is Cyan = 0, Magento = 0.04, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 60 | - |
| CMYK | 0 | 0.04 | 0.72 | 0.15 |
| HSL | 56.54º | 0.67% | 0.54% | - |
| HSV(B) | 56.54º | 0.72% | 0.85% | - |
| XYZ | 51.45 | 59.55 | 13.06 | - |
| YUV | 192.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 60 | 0 | 0.04 | 0.72 | 0.15 | 56.54 | 0.67 | 0.54 |
| Hex | D8 | CF | 3C | 0 | 4 | 48 | F | 39 | 43 | 36 |
| Octal | 330 | 317 | 74 | 0 | 4 | 110 | 17 | 71 | 103 | 66 |
| Binary | 11011000 | 11001111 | 111100 | 0 | 100 | 1001000 | 1111 | 111001 | 1000011 | 110110 |
Color Harmonies of #D8CF3C
Complementary color
Monochromatic Colors of #D8CF3C
Black with #D8CF3C
Text Example
Text Example
White with #D8CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF3C; }
p { color: rgb(216,207,60); }
H1.HeaderClassName
{
color: #D8CF3C;
}
.AnyTagClassName
{
color: #D8CF3C;
}
</style>
background-color css
<style>
a { background-color: #D8CF3C; }
a { background-color: rgb(216,207,60); }
div.DivClassName
{
background-color: #D8CF3C;
}
.BgClassName
{
background-color: #D8CF3C;
}
</style>
border-color css
<style>
span { border-color: #D8CF3C; }
span { border-color: rgb(216,207,60); }
td.TdClassName
{
border-color: #D8CF3C;
}
.TagClassName
{
border-color: #D8CF3C;
}
</style>