Shades of Wattle #D1CE37
Tints of Wattle #D1CE37
RGB
CMYK
RGB Variations
Color information
#D1CE37 (or 0xD1CE37) is known color: Wattle. HEX triplet: D1, CE and 37. RGB value is (209,206,55). Sum of RGB (Red+Green+Blue) = 209+206+55=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 55 (21.88% from 255 or 11.70% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE37 is #2E31C8. Grayscale: #BEBEBE. Windows color (decimal): -3027401 or 3657425. OLE color: 3657425.
HSL color Cylindrical-coordinate representation of color #D1CE37: hue angle of 58.83º 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 #D1CE37 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 55 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.18 |
| HSL | 58.83º | 0.63% | 0.52% | - |
| HSV(B) | 58.83º | 0.74% | 0.82% | - |
| XYZ | 49.06 | 57.97 | 12.22 | - |
| YUV | 189.68 | 51.99 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 55 | 0 | 0.01 | 0.74 | 0.18 | 58.83 | 0.63 | 0.52 |
| Hex | D1 | CE | 37 | 0 | 1 | 4A | 12 | 3B | 3F | 34 |
| Octal | 321 | 316 | 67 | 0 | 1 | 112 | 22 | 73 | 77 | 64 |
| Binary | 11010001 | 11001110 | 110111 | 0 | 1 | 1001010 | 10010 | 111011 | 111111 | 110100 |
Color Harmonies of #D1CE37
Complementary color
Monochromatic Colors of #D1CE37
Black with #D1CE37
Text Example
Text Example
White with #D1CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE37; }
p { color: rgb(209,206,55); }
H1.HeaderClassName
{
color: #D1CE37;
}
.AnyTagClassName
{
color: #D1CE37;
}
</style>
background-color css
<style>
a { background-color: #D1CE37; }
a { background-color: rgb(209,206,55); }
div.DivClassName
{
background-color: #D1CE37;
}
.BgClassName
{
background-color: #D1CE37;
}
</style>
border-color css
<style>
span { border-color: #D1CE37; }
span { border-color: rgb(209,206,55); }
td.TdClassName
{
border-color: #D1CE37;
}
.TagClassName
{
border-color: #D1CE37;
}
</style>