Shades of Wattle #D5CA35
Tints of Wattle #D5CA35
RGB
CMYK
RGB Variations
Color information
#D5CA35 (or 0xD5CA35) is known color: Wattle. HEX triplet: D5, CA and 35. RGB value is (213,202,53). Sum of RGB (Red+Green+Blue) = 213+202+53=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5CA35 is #2A35CA. Grayscale: #BCBCBC. Windows color (decimal): -2766283 or 3525333. OLE color: 3525333.
HSL color Cylindrical-coordinate representation of color #D5CA35: hue angle of 55.88º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D5CA35 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 202 | 53 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.16 |
| HSL | 55.88º | 0.66% | 0.52% | - |
| HSV(B) | 55.88º | 0.75% | 0.84% | - |
| XYZ | 49.2 | 56.64 | 11.71 | - |
| YUV | 188.3 | 51.64 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 202 | 53 | 0 | 0.05 | 0.75 | 0.16 | 55.88 | 0.66 | 0.52 |
| Hex | D5 | CA | 35 | 0 | 5 | 4B | 10 | 38 | 42 | 34 |
| Octal | 325 | 312 | 65 | 0 | 5 | 113 | 20 | 70 | 102 | 64 |
| Binary | 11010101 | 11001010 | 110101 | 0 | 101 | 1001011 | 10000 | 111000 | 1000010 | 110100 |
Color Harmonies of #D5CA35
Complementary color
Monochromatic Colors of #D5CA35
Black with #D5CA35
Text Example
Text Example
White with #D5CA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CA35; }
p { color: rgb(213,202,53); }
H1.HeaderClassName
{
color: #D5CA35;
}
.AnyTagClassName
{
color: #D5CA35;
}
</style>
background-color css
<style>
a { background-color: #D5CA35; }
a { background-color: rgb(213,202,53); }
div.DivClassName
{
background-color: #D5CA35;
}
.BgClassName
{
background-color: #D5CA35;
}
</style>
border-color css
<style>
span { border-color: #D5CA35; }
span { border-color: rgb(213,202,53); }
td.TdClassName
{
border-color: #D5CA35;
}
.TagClassName
{
border-color: #D5CA35;
}
</style>