Shades of Wattle #D8CC3C
Tints of Wattle #D8CC3C
RGB
CMYK
RGB Variations
Color information
#D8CC3C (or 0xD8CC3C) is known color: Wattle. HEX triplet: D8, CC and 3C. RGB value is (216,204,60). Sum of RGB (Red+Green+Blue) = 216+204+60=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 60 (23.83% from 255 or 12.5% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC3C is #2733C3. Grayscale: #BFBFBF. Windows color (decimal): -2569156 or 3984600. OLE color: 3984600.
HSL color Cylindrical-coordinate representation of color #D8CC3C: hue angle of 55.38º 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 #D8CC3C is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 60 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.15 |
| HSL | 55.38º | 0.67% | 0.54% | - |
| HSV(B) | 55.38º | 0.72% | 0.85% | - |
| XYZ | 50.73 | 58.11 | 12.82 | - |
| YUV | 191.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 60 | 0 | 0.06 | 0.72 | 0.15 | 55.38 | 0.67 | 0.54 |
| Hex | D8 | CC | 3C | 0 | 6 | 48 | F | 37 | 43 | 36 |
| Octal | 330 | 314 | 74 | 0 | 6 | 110 | 17 | 67 | 103 | 66 |
| Binary | 11011000 | 11001100 | 111100 | 0 | 110 | 1001000 | 1111 | 110111 | 1000011 | 110110 |
Color Harmonies of #D8CC3C
Complementary color
Monochromatic Colors of #D8CC3C
Black with #D8CC3C
Text Example
Text Example
White with #D8CC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC3C; }
p { color: rgb(216,204,60); }
H1.HeaderClassName
{
color: #D8CC3C;
}
.AnyTagClassName
{
color: #D8CC3C;
}
</style>
background-color css
<style>
a { background-color: #D8CC3C; }
a { background-color: rgb(216,204,60); }
div.DivClassName
{
background-color: #D8CC3C;
}
.BgClassName
{
background-color: #D8CC3C;
}
</style>
border-color css
<style>
span { border-color: #D8CC3C; }
span { border-color: rgb(216,204,60); }
td.TdClassName
{
border-color: #D8CC3C;
}
.TagClassName
{
border-color: #D8CC3C;
}
</style>