Shades of Wattle #D8CC2F
Tints of Wattle #D8CC2F
RGB
CMYK
RGB Variations
Color information
#D8CC2F (or 0xD8CC2F) is known color: Wattle. HEX triplet: D8, CC and 2F. RGB value is (216,204,47). Sum of RGB (Red+Green+Blue) = 216+204+47=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC2F is #2733D0. Grayscale: #BEBEBE. Windows color (decimal): -2569169 or 3132632. OLE color: 3132632.
HSL color Cylindrical-coordinate representation of color #D8CC2F: hue angle of 55.74º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8CC2F is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 47 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.15 |
| HSL | 55.74º | 0.68% | 0.52% | - |
| HSV(B) | 55.74º | 0.78% | 0.85% | - |
| XYZ | 50.42 | 57.99 | 11.22 | - |
| YUV | 189.69 | 47.48 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 47 | 0 | 0.06 | 0.78 | 0.15 | 55.74 | 0.68 | 0.52 |
| Hex | D8 | CC | 2F | 0 | 6 | 4E | F | 38 | 44 | 34 |
| Octal | 330 | 314 | 57 | 0 | 6 | 116 | 17 | 70 | 104 | 64 |
| Binary | 11011000 | 11001100 | 101111 | 0 | 110 | 1001110 | 1111 | 111000 | 1000100 | 110100 |
Color Harmonies of #D8CC2F
Complementary color
Monochromatic Colors of #D8CC2F
Black with #D8CC2F
Text Example
Text Example
White with #D8CC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC2F; }
p { color: rgb(216,204,47); }
H1.HeaderClassName
{
color: #D8CC2F;
}
.AnyTagClassName
{
color: #D8CC2F;
}
</style>
background-color css
<style>
a { background-color: #D8CC2F; }
a { background-color: rgb(216,204,47); }
div.DivClassName
{
background-color: #D8CC2F;
}
.BgClassName
{
background-color: #D8CC2F;
}
</style>
border-color css
<style>
span { border-color: #D8CC2F; }
span { border-color: rgb(216,204,47); }
td.TdClassName
{
border-color: #D8CC2F;
}
.TagClassName
{
border-color: #D8CC2F;
}
</style>