Shades of Wattle #D4CE3C
Tints of Wattle #D4CE3C
RGB
CMYK
RGB Variations
Color information
#D4CE3C (or 0xD4CE3C) is known color: Wattle. HEX triplet: D4, CE and 3C. RGB value is (212,206,60). Sum of RGB (Red+Green+Blue) = 212+206+60=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CE3C is #2B31C3. Grayscale: #BFBFBF. Windows color (decimal): -2830788 or 3985108. OLE color: 3985108.
HSL color Cylindrical-coordinate representation of color #D4CE3C: hue angle of 57.63º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4CE3C is Cyan = 0, Magento = 0.03, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 206 | 60 | - |
| CMYK | 0 | 0.03 | 0.72 | 0.17 |
| HSL | 57.63º | 0.64% | 0.53% | - |
| HSV(B) | 57.63º | 0.72% | 0.83% | - |
| XYZ | 50.04 | 58.47 | 12.92 | - |
| YUV | 191.15 | 53.99 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 206 | 60 | 0 | 0.03 | 0.72 | 0.17 | 57.63 | 0.64 | 0.53 |
| Hex | D4 | CE | 3C | 0 | 3 | 48 | 11 | 3A | 40 | 35 |
| Octal | 324 | 316 | 74 | 0 | 3 | 110 | 21 | 72 | 100 | 65 |
| Binary | 11010100 | 11001110 | 111100 | 0 | 11 | 1001000 | 10001 | 111010 | 1000000 | 110101 |
Color Harmonies of #D4CE3C
Complementary color
Monochromatic Colors of #D4CE3C
Black with #D4CE3C
Text Example
Text Example
White with #D4CE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CE3C; }
p { color: rgb(212,206,60); }
H1.HeaderClassName
{
color: #D4CE3C;
}
.AnyTagClassName
{
color: #D4CE3C;
}
</style>
background-color css
<style>
a { background-color: #D4CE3C; }
a { background-color: rgb(212,206,60); }
div.DivClassName
{
background-color: #D4CE3C;
}
.BgClassName
{
background-color: #D4CE3C;
}
</style>
border-color css
<style>
span { border-color: #D4CE3C; }
span { border-color: rgb(212,206,60); }
td.TdClassName
{
border-color: #D4CE3C;
}
.TagClassName
{
border-color: #D4CE3C;
}
</style>