Shades of Wattle #D4C23F
Tints of Wattle #D4C23F
RGB
CMYK
RGB Variations
Color information
#D4C23F (or 0xD4C23F) is known color: Wattle. HEX triplet: D4, C2 and 3F. RGB value is (212,194,63). Sum of RGB (Red+Green+Blue) = 212+194+63=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 63 (25% from 255 or 13.43% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C23F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C23F is #2B3DC0. Grayscale: #B8B8B8. Windows color (decimal): -2833857 or 4178644. OLE color: 4178644.
HSL color Cylindrical-coordinate representation of color #D4C23F: hue angle of 52.75º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4C23F is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 194 | 63 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.17 |
| HSL | 52.75º | 0.63% | 0.54% | - |
| HSV(B) | 52.75º | 0.7% | 0.83% | - |
| XYZ | 47.34 | 52.94 | 12.43 | - |
| YUV | 184.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 194 | 63 | 0 | 0.08 | 0.70 | 0.17 | 52.75 | 0.63 | 0.54 |
| Hex | D4 | C2 | 3F | 0 | 8 | 46 | 11 | 35 | 3F | 36 |
| Octal | 324 | 302 | 77 | 0 | 10 | 106 | 21 | 65 | 77 | 66 |
| Binary | 11010100 | 11000010 | 111111 | 0 | 1000 | 1000110 | 10001 | 110101 | 111111 | 110110 |
Color Harmonies of #D4C23F
Complementary color
Monochromatic Colors of #D4C23F
Black with #D4C23F
Text Example
Text Example
White with #D4C23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C23F; }
p { color: rgb(212,194,63); }
H1.HeaderClassName
{
color: #D4C23F;
}
.AnyTagClassName
{
color: #D4C23F;
}
</style>
background-color css
<style>
a { background-color: #D4C23F; }
a { background-color: rgb(212,194,63); }
div.DivClassName
{
background-color: #D4C23F;
}
.BgClassName
{
background-color: #D4C23F;
}
</style>
border-color css
<style>
span { border-color: #D4C23F; }
span { border-color: rgb(212,194,63); }
td.TdClassName
{
border-color: #D4C23F;
}
.TagClassName
{
border-color: #D4C23F;
}
</style>