Shades of Wattle #D8C33D
Tints of Wattle #D8C33D
RGB
CMYK
RGB Variations
Color information
#D8C33D (or 0xD8C33D) is known color: Wattle. HEX triplet: D8, C3 and 3D. RGB value is (216,195,61). Sum of RGB (Red+Green+Blue) = 216+195+61=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 195 (76.56% from 255 or 41.31% from 472); Blue value is 61 (24.22% from 255 or 12.92% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8C33D is #273CC2. Grayscale: #BABABA. Windows color (decimal): -2571459 or 4047832. OLE color: 4047832.
HSL color Cylindrical-coordinate representation of color #D8C33D: hue angle of 51.87º 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 #D8C33D is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 61 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.15 |
| HSL | 51.87º | 0.67% | 0.54% | - |
| HSV(B) | 51.87º | 0.72% | 0.85% | - |
| XYZ | 48.68 | 53.97 | 12.27 | - |
| YUV | 186 | 57.46 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 61 | 0 | 0.10 | 0.72 | 0.15 | 51.87 | 0.67 | 0.54 |
| Hex | D8 | C3 | 3D | 0 | A | 48 | F | 34 | 43 | 36 |
| Octal | 330 | 303 | 75 | 0 | 12 | 110 | 17 | 64 | 103 | 66 |
| Binary | 11011000 | 11000011 | 111101 | 0 | 1010 | 1001000 | 1111 | 110100 | 1000011 | 110110 |
Color Harmonies of #D8C33D
Complementary color
Monochromatic Colors of #D8C33D
Black with #D8C33D
Text Example
Text Example
White with #D8C33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C33D; }
p { color: rgb(216,195,61); }
H1.HeaderClassName
{
color: #D8C33D;
}
.AnyTagClassName
{
color: #D8C33D;
}
</style>
background-color css
<style>
a { background-color: #D8C33D; }
a { background-color: rgb(216,195,61); }
div.DivClassName
{
background-color: #D8C33D;
}
.BgClassName
{
background-color: #D8C33D;
}
</style>
border-color css
<style>
span { border-color: #D8C33D; }
span { border-color: rgb(216,195,61); }
td.TdClassName
{
border-color: #D8C33D;
}
.TagClassName
{
border-color: #D8C33D;
}
</style>