Shades of Wattle #D8CE34
Tints of Wattle #D8CE34
RGB
CMYK
RGB Variations
Color information
#D8CE34 (or 0xD8CE34) is known color: Wattle. HEX triplet: D8, CE and 34. RGB value is (216,206,52). Sum of RGB (Red+Green+Blue) = 216+206+52=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CE34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8CE34 is #2731CB. Grayscale: #C0C0C0. Windows color (decimal): -2568652 or 3460824. OLE color: 3460824.
HSL color Cylindrical-coordinate representation of color #D8CE34: hue angle of 56.34º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8CE34 is Cyan = 0, Magento = 0.05, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 206 | 52 | - |
| CMYK | 0 | 0.05 | 0.76 | 0.15 |
| HSL | 56.34º | 0.68% | 0.53% | - |
| HSV(B) | 56.34º | 0.76% | 0.85% | - |
| XYZ | 51.01 | 58.99 | 11.95 | - |
| YUV | 191.43 | 49.31 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 206 | 52 | 0 | 0.05 | 0.76 | 0.15 | 56.34 | 0.68 | 0.53 |
| Hex | D8 | CE | 34 | 0 | 5 | 4C | F | 38 | 44 | 35 |
| Octal | 330 | 316 | 64 | 0 | 5 | 114 | 17 | 70 | 104 | 65 |
| Binary | 11011000 | 11001110 | 110100 | 0 | 101 | 1001100 | 1111 | 111000 | 1000100 | 110101 |
Color Harmonies of #D8CE34
Complementary color
Monochromatic Colors of #D8CE34
Black with #D8CE34
Text Example
Text Example
White with #D8CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CE34; }
p { color: rgb(216,206,52); }
H1.HeaderClassName
{
color: #D8CE34;
}
.AnyTagClassName
{
color: #D8CE34;
}
</style>
background-color css
<style>
a { background-color: #D8CE34; }
a { background-color: rgb(216,206,52); }
div.DivClassName
{
background-color: #D8CE34;
}
.BgClassName
{
background-color: #D8CE34;
}
</style>
border-color css
<style>
span { border-color: #D8CE34; }
span { border-color: rgb(216,206,52); }
td.TdClassName
{
border-color: #D8CE34;
}
.TagClassName
{
border-color: #D8CE34;
}
</style>