Shades of Wattle #D4CA46
Tints of Wattle #D4CA46
RGB
CMYK
RGB Variations
Color information
#D4CA46 (or 0xD4CA46) is known color: Wattle. HEX triplet: D4, CA and 46. RGB value is (212,202,70). Sum of RGB (Red+Green+Blue) = 212+202+70=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 70 (27.73% from 255 or 14.46% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4CA46 is #2B35B9. Grayscale: #BEBEBE. Windows color (decimal): -2831802 or 4639444. OLE color: 4639444.
HSL color Cylindrical-coordinate representation of color #D4CA46: hue angle of 55.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4CA46 is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 70 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.17 |
| HSL | 55.77º | 0.62% | 0.55% | - |
| HSV(B) | 55.77º | 0.67% | 0.83% | - |
| XYZ | 49.38 | 56.68 | 14.13 | - |
| YUV | 189.94 | 60.31 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 70 | 0 | 0.05 | 0.67 | 0.17 | 55.77 | 0.62 | 0.55 |
| Hex | D4 | CA | 46 | 0 | 5 | 43 | 11 | 38 | 3E | 37 |
| Octal | 324 | 312 | 106 | 0 | 5 | 103 | 21 | 70 | 76 | 67 |
| Binary | 11010100 | 11001010 | 1000110 | 0 | 101 | 1000011 | 10001 | 111000 | 111110 | 110111 |
Color Harmonies of #D4CA46
Complementary color
Monochromatic Colors of #D4CA46
Black with #D4CA46
Text Example
Text Example
White with #D4CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA46; }
p { color: rgb(212,202,70); }
H1.HeaderClassName
{
color: #D4CA46;
}
.AnyTagClassName
{
color: #D4CA46;
}
</style>
background-color css
<style>
a { background-color: #D4CA46; }
a { background-color: rgb(212,202,70); }
div.DivClassName
{
background-color: #D4CA46;
}
.BgClassName
{
background-color: #D4CA46;
}
</style>
border-color css
<style>
span { border-color: #D4CA46; }
span { border-color: rgb(212,202,70); }
td.TdClassName
{
border-color: #D4CA46;
}
.TagClassName
{
border-color: #D4CA46;
}
</style>