Shades of Wattle #D4C342
Tints of Wattle #D4C342
RGB
CMYK
RGB Variations
Color information
#D4C342 (or 0xD4C342) is known color: Wattle. HEX triplet: D4, C3 and 42. RGB value is (212,195,66). Sum of RGB (Red+Green+Blue) = 212+195+66=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 66 (26.17% from 255 or 13.95% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C342 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C342 is #2B3CBD. Grayscale: #B9B9B9. Windows color (decimal): -2833598 or 4375508. OLE color: 4375508.
HSL color Cylindrical-coordinate representation of color #D4C342: hue angle of 53.01º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4C342 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 66 | - |
| CMYK | 0 | 0.08 | 0.69 | 0.17 |
| HSL | 53.01º | 0.63% | 0.55% | - |
| HSV(B) | 53.01º | 0.69% | 0.83% | - |
| XYZ | 47.65 | 53.42 | 12.95 | - |
| YUV | 185.38 | 60.63 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 66 | 0 | 0.08 | 0.69 | 0.17 | 53.01 | 0.63 | 0.55 |
| Hex | D4 | C3 | 42 | 0 | 8 | 45 | 11 | 35 | 3F | 37 |
| Octal | 324 | 303 | 102 | 0 | 10 | 105 | 21 | 65 | 77 | 67 |
| Binary | 11010100 | 11000011 | 1000010 | 0 | 1000 | 1000101 | 10001 | 110101 | 111111 | 110111 |
Color Harmonies of #D4C342
Complementary color
Monochromatic Colors of #D4C342
Black with #D4C342
Text Example
Text Example
White with #D4C342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C342; }
p { color: rgb(212,195,66); }
H1.HeaderClassName
{
color: #D4C342;
}
.AnyTagClassName
{
color: #D4C342;
}
</style>
background-color css
<style>
a { background-color: #D4C342; }
a { background-color: rgb(212,195,66); }
div.DivClassName
{
background-color: #D4C342;
}
.BgClassName
{
background-color: #D4C342;
}
</style>
border-color css
<style>
span { border-color: #D4C342; }
span { border-color: rgb(212,195,66); }
td.TdClassName
{
border-color: #D4C342;
}
.TagClassName
{
border-color: #D4C342;
}
</style>