Shades of Wattle #D4CC30
Tints of Wattle #D4CC30
RGB
CMYK
RGB Variations
Color information
#D4CC30 (or 0xD4CC30) is known color: Wattle. HEX triplet: D4, CC and 30. RGB value is (212,204,48). Sum of RGB (Red+Green+Blue) = 212+204+48=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CC30 is #2B33CF. Grayscale: #BDBDBD. Windows color (decimal): -2831312 or 3198164. OLE color: 3198164.
HSL color Cylindrical-coordinate representation of color #D4CC30: hue angle of 57.07º 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 #D4CC30 is Cyan = 0, Magento = 0.04, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 204 | 48 | - |
| CMYK | 0 | 0.04 | 0.77 | 0.17 |
| HSL | 57.07º | 0.66% | 0.51% | - |
| HSV(B) | 57.07º | 0.77% | 0.83% | - |
| XYZ | 49.28 | 57.4 | 11.28 | - |
| YUV | 188.61 | 48.65 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 204 | 48 | 0 | 0.04 | 0.77 | 0.17 | 57.07 | 0.66 | 0.51 |
| Hex | D4 | CC | 30 | 0 | 4 | 4D | 11 | 39 | 42 | 33 |
| Octal | 324 | 314 | 60 | 0 | 4 | 115 | 21 | 71 | 102 | 63 |
| Binary | 11010100 | 11001100 | 110000 | 0 | 100 | 1001101 | 10001 | 111001 | 1000010 | 110011 |
Color Harmonies of #D4CC30
Complementary color
Monochromatic Colors of #D4CC30
Black with #D4CC30
Text Example
Text Example
White with #D4CC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CC30; }
p { color: rgb(212,204,48); }
H1.HeaderClassName
{
color: #D4CC30;
}
.AnyTagClassName
{
color: #D4CC30;
}
</style>
background-color css
<style>
a { background-color: #D4CC30; }
a { background-color: rgb(212,204,48); }
div.DivClassName
{
background-color: #D4CC30;
}
.BgClassName
{
background-color: #D4CC30;
}
</style>
border-color css
<style>
span { border-color: #D4CC30; }
span { border-color: rgb(212,204,48); }
td.TdClassName
{
border-color: #D4CC30;
}
.TagClassName
{
border-color: #D4CC30;
}
</style>