Shades of Wattle #D1CF3F
Tints of Wattle #D1CF3F
RGB
CMYK
RGB Variations
Color information
#D1CF3F (or 0xD1CF3F) is known color: Wattle. HEX triplet: D1, CF and 3F. RGB value is (209,207,63). Sum of RGB (Red+Green+Blue) = 209+207+63=479 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.63% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 63 (25% from 255 or 13.15% from 479); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF3F is #2E30C0. Grayscale: #BFBFBF. Windows color (decimal): -3027137 or 4181969. OLE color: 4181969.
HSL color Cylindrical-coordinate representation of color #D1CF3F: hue angle of 59.18º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1CF3F is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 63 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.18 |
| HSL | 59.18º | 0.61% | 0.53% | - |
| HSV(B) | 59.18º | 0.7% | 0.82% | - |
| XYZ | 49.5 | 58.54 | 13.39 | - |
| YUV | 191.18 | 55.66 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 63 | 0 | 0.01 | 0.70 | 0.18 | 59.18 | 0.61 | 0.53 |
| Hex | D1 | CF | 3F | 0 | 1 | 46 | 12 | 3B | 3D | 35 |
| Octal | 321 | 317 | 77 | 0 | 1 | 106 | 22 | 73 | 75 | 65 |
| Binary | 11010001 | 11001111 | 111111 | 0 | 1 | 1000110 | 10010 | 111011 | 111101 | 110101 |
Color Harmonies of #D1CF3F
Complementary color
Monochromatic Colors of #D1CF3F
Black with #D1CF3F
Text Example
Text Example
White with #D1CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF3F; }
p { color: rgb(209,207,63); }
H1.HeaderClassName
{
color: #D1CF3F;
}
.AnyTagClassName
{
color: #D1CF3F;
}
</style>
background-color css
<style>
a { background-color: #D1CF3F; }
a { background-color: rgb(209,207,63); }
div.DivClassName
{
background-color: #D1CF3F;
}
.BgClassName
{
background-color: #D1CF3F;
}
</style>
border-color css
<style>
span { border-color: #D1CF3F; }
span { border-color: rgb(209,207,63); }
td.TdClassName
{
border-color: #D1CF3F;
}
.TagClassName
{
border-color: #D1CF3F;
}
</style>