Shades of Wattle #D8C33C
Tints of Wattle #D8C33C
RGB
CMYK
RGB Variations
Color information
#D8C33C (or 0xD8C33C) is known color: Wattle. HEX triplet: D8, C3 and 3C. RGB value is (216,195,60). Sum of RGB (Red+Green+Blue) = 216+195+60=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 195 (76.56% from 255 or 41.40% from 471); Blue value is 60 (23.83% from 255 or 12.74% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C33C is #273CC3. Grayscale: #BABABA. Windows color (decimal): -2571460 or 3982296. OLE color: 3982296.
HSL color Cylindrical-coordinate representation of color #D8C33C: hue angle of 51.92º 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 #D8C33C is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 60 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.15 |
| HSL | 51.92º | 0.67% | 0.54% | - |
| HSV(B) | 51.92º | 0.72% | 0.85% | - |
| XYZ | 48.65 | 53.96 | 12.13 | - |
| YUV | 185.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 60 | 0 | 0.10 | 0.72 | 0.15 | 51.92 | 0.67 | 0.54 |
| Hex | D8 | C3 | 3C | 0 | A | 48 | F | 34 | 43 | 36 |
| Octal | 330 | 303 | 74 | 0 | 12 | 110 | 17 | 64 | 103 | 66 |
| Binary | 11011000 | 11000011 | 111100 | 0 | 1010 | 1001000 | 1111 | 110100 | 1000011 | 110110 |
Color Harmonies of #D8C33C
Complementary color
Monochromatic Colors of #D8C33C
Black with #D8C33C
Text Example
Text Example
White with #D8C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C33C; }
p { color: rgb(216,195,60); }
H1.HeaderClassName
{
color: #D8C33C;
}
.AnyTagClassName
{
color: #D8C33C;
}
</style>
background-color css
<style>
a { background-color: #D8C33C; }
a { background-color: rgb(216,195,60); }
div.DivClassName
{
background-color: #D8C33C;
}
.BgClassName
{
background-color: #D8C33C;
}
</style>
border-color css
<style>
span { border-color: #D8C33C; }
span { border-color: rgb(216,195,60); }
td.TdClassName
{
border-color: #D8C33C;
}
.TagClassName
{
border-color: #D8C33C;
}
</style>