Shades of Wattle #D2CA41
Tints of Wattle #D2CA41
RGB
CMYK
RGB Variations
Color information
#D2CA41 (or 0xD2CA41) is known color: Wattle. HEX triplet: D2, CA and 41. RGB value is (210,202,65). Sum of RGB (Red+Green+Blue) = 210+202+65=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 65 (25.78% from 255 or 13.63% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CA41 is #2D35BE. Grayscale: #BDBDBD. Windows color (decimal): -2962879 or 4311762. OLE color: 4311762.
HSL color Cylindrical-coordinate representation of color #D2CA41: hue angle of 56.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D2CA41 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 202 | 65 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.18 |
| HSL | 56.69º | 0.62% | 0.54% | - |
| HSV(B) | 56.69º | 0.69% | 0.82% | - |
| XYZ | 48.65 | 56.32 | 13.31 | - |
| YUV | 188.77 | 58.15 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 202 | 65 | 0 | 0.04 | 0.69 | 0.18 | 56.69 | 0.62 | 0.54 |
| Hex | D2 | CA | 41 | 0 | 4 | 45 | 12 | 39 | 3E | 36 |
| Octal | 322 | 312 | 101 | 0 | 4 | 105 | 22 | 71 | 76 | 66 |
| Binary | 11010010 | 11001010 | 1000001 | 0 | 100 | 1000101 | 10010 | 111001 | 111110 | 110110 |
Color Harmonies of #D2CA41
Complementary color
Monochromatic Colors of #D2CA41
Black with #D2CA41
Text Example
Text Example
White with #D2CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CA41; }
p { color: rgb(210,202,65); }
H1.HeaderClassName
{
color: #D2CA41;
}
.AnyTagClassName
{
color: #D2CA41;
}
</style>
background-color css
<style>
a { background-color: #D2CA41; }
a { background-color: rgb(210,202,65); }
div.DivClassName
{
background-color: #D2CA41;
}
.BgClassName
{
background-color: #D2CA41;
}
</style>
border-color css
<style>
span { border-color: #D2CA41; }
span { border-color: rgb(210,202,65); }
td.TdClassName
{
border-color: #D2CA41;
}
.TagClassName
{
border-color: #D2CA41;
}
</style>