Shades of Wattle #D5CA3F
Tints of Wattle #D5CA3F
RGB
CMYK
RGB Variations
Color information
#D5CA3F (or 0xD5CA3F) is known color: Wattle. HEX triplet: D5, CA and 3F. RGB value is (213,202,63). Sum of RGB (Red+Green+Blue) = 213+202+63=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA3F is #2A35C0. Grayscale: #BEBEBE. Windows color (decimal): -2766273 or 4180693. OLE color: 4180693.
HSL color Cylindrical-coordinate representation of color #D5CA3F: hue angle of 55.6º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5CA3F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 63 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.16 |
| HSL | 55.6º | 0.64% | 0.54% | - |
| HSV(B) | 55.6º | 0.7% | 0.84% | - |
| XYZ | 49.46 | 56.75 | 13.05 | - |
| YUV | 189.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 63 | 0 | 0.05 | 0.70 | 0.16 | 55.6 | 0.64 | 0.54 |
| Hex | D5 | CA | 3F | 0 | 5 | 46 | 10 | 38 | 40 | 36 |
| Octal | 325 | 312 | 77 | 0 | 5 | 106 | 20 | 70 | 100 | 66 |
| Binary | 11010101 | 11001010 | 111111 | 0 | 101 | 1000110 | 10000 | 111000 | 1000000 | 110110 |
Color Harmonies of #D5CA3F
Complementary color
Monochromatic Colors of #D5CA3F
Black with #D5CA3F
Text Example
Text Example
White with #D5CA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA3F; }
p { color: rgb(213,202,63); }
H1.HeaderClassName
{
color: #D5CA3F;
}
.AnyTagClassName
{
color: #D5CA3F;
}
</style>
background-color css
<style>
a { background-color: #D5CA3F; }
a { background-color: rgb(213,202,63); }
div.DivClassName
{
background-color: #D5CA3F;
}
.BgClassName
{
background-color: #D5CA3F;
}
</style>
border-color css
<style>
span { border-color: #D5CA3F; }
span { border-color: rgb(213,202,63); }
td.TdClassName
{
border-color: #D5CA3F;
}
.TagClassName
{
border-color: #D5CA3F;
}
</style>