Shades of Wattle #D1CF42
Tints of Wattle #D1CF42
RGB
CMYK
RGB Variations
Color information
#D1CF42 (or 0xD1CF42) is known color: Wattle. HEX triplet: D1, CF and 42. RGB value is (209,207,66). Sum of RGB (Red+Green+Blue) = 209+207+66=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 66 (26.17% from 255 or 13.69% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF42 is #2E30BD. Grayscale: #C0C0C0. Windows color (decimal): -3027134 or 4378577. OLE color: 4378577.
HSL color Cylindrical-coordinate representation of color #D1CF42: hue angle of 59.16º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D1CF42 is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 66 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.18 |
| HSL | 59.16º | 0.61% | 0.54% | - |
| HSV(B) | 59.16º | 0.68% | 0.82% | - |
| XYZ | 49.59 | 58.57 | 13.85 | - |
| YUV | 191.52 | 57.16 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 66 | 0 | 0.01 | 0.68 | 0.18 | 59.16 | 0.61 | 0.54 |
| Hex | D1 | CF | 42 | 0 | 1 | 44 | 12 | 3B | 3D | 36 |
| Octal | 321 | 317 | 102 | 0 | 1 | 104 | 22 | 73 | 75 | 66 |
| Binary | 11010001 | 11001111 | 1000010 | 0 | 1 | 1000100 | 10010 | 111011 | 111101 | 110110 |
Color Harmonies of #D1CF42
Complementary color
Monochromatic Colors of #D1CF42
Black with #D1CF42
Text Example
Text Example
White with #D1CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF42; }
p { color: rgb(209,207,66); }
H1.HeaderClassName
{
color: #D1CF42;
}
.AnyTagClassName
{
color: #D1CF42;
}
</style>
background-color css
<style>
a { background-color: #D1CF42; }
a { background-color: rgb(209,207,66); }
div.DivClassName
{
background-color: #D1CF42;
}
.BgClassName
{
background-color: #D1CF42;
}
</style>
border-color css
<style>
span { border-color: #D1CF42; }
span { border-color: rgb(209,207,66); }
td.TdClassName
{
border-color: #D1CF42;
}
.TagClassName
{
border-color: #D1CF42;
}
</style>