Shades of Wattle #D8CC2D
Tints of Wattle #D8CC2D
RGB
CMYK
RGB Variations
Color information
#D8CC2D (or 0xD8CC2D) is known color: Wattle. HEX triplet: D8, CC and 2D. RGB value is (216,204,45). Sum of RGB (Red+Green+Blue) = 216+204+45=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CC2D is #2733D2. Grayscale: #BEBEBE. Windows color (decimal): -2569171 or 3001560. OLE color: 3001560.
HSL color Cylindrical-coordinate representation of color #D8CC2D: hue angle of 55.79º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D8CC2D is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 45 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.15 |
| HSL | 55.79º | 0.69% | 0.51% | - |
| HSV(B) | 55.79º | 0.79% | 0.85% | - |
| XYZ | 50.39 | 57.97 | 11.02 | - |
| YUV | 189.46 | 46.48 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 45 | 0 | 0.06 | 0.79 | 0.15 | 55.79 | 0.69 | 0.51 |
| Hex | D8 | CC | 2D | 0 | 6 | 4F | F | 38 | 45 | 33 |
| Octal | 330 | 314 | 55 | 0 | 6 | 117 | 17 | 70 | 105 | 63 |
| Binary | 11011000 | 11001100 | 101101 | 0 | 110 | 1001111 | 1111 | 111000 | 1000101 | 110011 |
Color Harmonies of #D8CC2D
Complementary color
Monochromatic Colors of #D8CC2D
Black with #D8CC2D
Text Example
Text Example
White with #D8CC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC2D; }
p { color: rgb(216,204,45); }
H1.HeaderClassName
{
color: #D8CC2D;
}
.AnyTagClassName
{
color: #D8CC2D;
}
</style>
background-color css
<style>
a { background-color: #D8CC2D; }
a { background-color: rgb(216,204,45); }
div.DivClassName
{
background-color: #D8CC2D;
}
.BgClassName
{
background-color: #D8CC2D;
}
</style>
border-color css
<style>
span { border-color: #D8CC2D; }
span { border-color: rgb(216,204,45); }
td.TdClassName
{
border-color: #D8CC2D;
}
.TagClassName
{
border-color: #D8CC2D;
}
</style>