Shades of Wattle #D1CF37
Tints of Wattle #D1CF37
RGB
CMYK
RGB Variations
Color information
#D1CF37 (or 0xD1CF37) is known color: Wattle. HEX triplet: D1, CF and 37. RGB value is (209,207,55). Sum of RGB (Red+Green+Blue) = 209+207+55=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 55 (21.88% from 255 or 11.68% from 471); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CF37 is #2E30C8. Grayscale: #BEBEBE. Windows color (decimal): -3027145 or 3657681. OLE color: 3657681.
HSL color Cylindrical-coordinate representation of color #D1CF37: hue angle of 59.22º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1CF37 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 55 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.18 |
| HSL | 59.22º | 0.63% | 0.52% | - |
| HSV(B) | 59.22º | 0.74% | 0.82% | - |
| XYZ | 49.3 | 58.46 | 12.3 | - |
| YUV | 190.27 | 51.66 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 55 | 0 | 0.01 | 0.74 | 0.18 | 59.22 | 0.63 | 0.52 |
| Hex | D1 | CF | 37 | 0 | 1 | 4A | 12 | 3B | 3F | 34 |
| Octal | 321 | 317 | 67 | 0 | 1 | 112 | 22 | 73 | 77 | 64 |
| Binary | 11010001 | 11001111 | 110111 | 0 | 1 | 1001010 | 10010 | 111011 | 111111 | 110100 |
Color Harmonies of #D1CF37
Complementary color
Monochromatic Colors of #D1CF37
Black with #D1CF37
Text Example
Text Example
White with #D1CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF37; }
p { color: rgb(209,207,55); }
H1.HeaderClassName
{
color: #D1CF37;
}
.AnyTagClassName
{
color: #D1CF37;
}
</style>
background-color css
<style>
a { background-color: #D1CF37; }
a { background-color: rgb(209,207,55); }
div.DivClassName
{
background-color: #D1CF37;
}
.BgClassName
{
background-color: #D1CF37;
}
</style>
border-color css
<style>
span { border-color: #D1CF37; }
span { border-color: rgb(209,207,55); }
td.TdClassName
{
border-color: #D1CF37;
}
.TagClassName
{
border-color: #D1CF37;
}
</style>