Shades of Wattle #D1CF41
Tints of Wattle #D1CF41
RGB
CMYK
RGB Variations
Color information
#D1CF41 (or 0xD1CF41) is known color: Wattle. HEX triplet: D1, CF and 41. RGB value is (209,207,65). Sum of RGB (Red+Green+Blue) = 209+207+65=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 207 (81.25% from 255 or 43.04% from 481); Blue value is 65 (25.78% from 255 or 13.51% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF41 is #2E30BE. Grayscale: #BFBFBF. Windows color (decimal): -3027135 or 4313041. OLE color: 4313041.
HSL color Cylindrical-coordinate representation of color #D1CF41: hue angle of 59.17º degrees, saturation: 0.61, 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 #D1CF41 is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 65 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.18 |
| HSL | 59.17º | 0.61% | 0.54% | - |
| HSV(B) | 59.17º | 0.69% | 0.82% | - |
| XYZ | 49.56 | 58.56 | 13.69 | - |
| YUV | 191.41 | 56.66 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 65 | 0 | 0.01 | 0.69 | 0.18 | 59.17 | 0.61 | 0.54 |
| Hex | D1 | CF | 41 | 0 | 1 | 45 | 12 | 3B | 3D | 36 |
| Octal | 321 | 317 | 101 | 0 | 1 | 105 | 22 | 73 | 75 | 66 |
| Binary | 11010001 | 11001111 | 1000001 | 0 | 1 | 1000101 | 10010 | 111011 | 111101 | 110110 |
Color Harmonies of #D1CF41
Complementary color
Monochromatic Colors of #D1CF41
Black with #D1CF41
Text Example
Text Example
White with #D1CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF41; }
p { color: rgb(209,207,65); }
H1.HeaderClassName
{
color: #D1CF41;
}
.AnyTagClassName
{
color: #D1CF41;
}
</style>
background-color css
<style>
a { background-color: #D1CF41; }
a { background-color: rgb(209,207,65); }
div.DivClassName
{
background-color: #D1CF41;
}
.BgClassName
{
background-color: #D1CF41;
}
</style>
border-color css
<style>
span { border-color: #D1CF41; }
span { border-color: rgb(209,207,65); }
td.TdClassName
{
border-color: #D1CF41;
}
.TagClassName
{
border-color: #D1CF41;
}
</style>