Shades of Wattle #D4C130
Tints of Wattle #D4C130
RGB
CMYK
RGB Variations
Color information
#D4C130 (or 0xD4C130) is known color: Wattle. HEX triplet: D4, C1 and 30. RGB value is (212,193,48). Sum of RGB (Red+Green+Blue) = 212+193+48=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4C130 is #2B3ECF. Grayscale: #B6B6B6. Windows color (decimal): -2834128 or 3195348. OLE color: 3195348.
HSL color Cylindrical-coordinate representation of color #D4C130: hue angle of 53.05º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4C130 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 193 | 48 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.17 |
| HSL | 53.05º | 0.66% | 0.51% | - |
| HSV(B) | 53.05º | 0.77% | 0.83% | - |
| XYZ | 46.75 | 52.35 | 10.44 | - |
| YUV | 182.15 | 52.29 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 48 | 0 | 0.09 | 0.77 | 0.17 | 53.05 | 0.66 | 0.51 |
| Hex | D4 | C1 | 30 | 0 | 9 | 4D | 11 | 35 | 42 | 33 |
| Octal | 324 | 301 | 60 | 0 | 11 | 115 | 21 | 65 | 102 | 63 |
| Binary | 11010100 | 11000001 | 110000 | 0 | 1001 | 1001101 | 10001 | 110101 | 1000010 | 110011 |
Color Harmonies of #D4C130
Complementary color
Monochromatic Colors of #D4C130
Black with #D4C130
Text Example
Text Example
White with #D4C130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C130; }
p { color: rgb(212,193,48); }
H1.HeaderClassName
{
color: #D4C130;
}
.AnyTagClassName
{
color: #D4C130;
}
</style>
background-color css
<style>
a { background-color: #D4C130; }
a { background-color: rgb(212,193,48); }
div.DivClassName
{
background-color: #D4C130;
}
.BgClassName
{
background-color: #D4C130;
}
</style>
border-color css
<style>
span { border-color: #D4C130; }
span { border-color: rgb(212,193,48); }
td.TdClassName
{
border-color: #D4C130;
}
.TagClassName
{
border-color: #D4C130;
}
</style>