Shades of Wattle #D1CE45
Tints of Wattle #D1CE45
RGB
CMYK
RGB Variations
Color information
#D1CE45 (or 0xD1CE45) is known color: Wattle. HEX triplet: D1, CE and 45. RGB value is (209,206,69). Sum of RGB (Red+Green+Blue) = 209+206+69=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE45 is #2E31BA. Grayscale: #BFBFBF. Windows color (decimal): -3027387 or 4574929. OLE color: 4574929.
HSL color Cylindrical-coordinate representation of color #D1CE45: hue angle of 58.71º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1CE45 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 69 | - |
| CMYK | 0 | 0.01 | 0.67 | 0.18 |
| HSL | 58.71º | 0.6% | 0.55% | - |
| HSV(B) | 58.71º | 0.67% | 0.82% | - |
| XYZ | 49.44 | 58.13 | 14.24 | - |
| YUV | 191.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 69 | 0 | 0.01 | 0.67 | 0.18 | 58.71 | 0.6 | 0.55 |
| Hex | D1 | CE | 45 | 0 | 1 | 43 | 12 | 3B | 3C | 37 |
| Octal | 321 | 316 | 105 | 0 | 1 | 103 | 22 | 73 | 74 | 67 |
| Binary | 11010001 | 11001110 | 1000101 | 0 | 1 | 1000011 | 10010 | 111011 | 111100 | 110111 |
Color Harmonies of #D1CE45
Complementary color
Monochromatic Colors of #D1CE45
Black with #D1CE45
Text Example
Text Example
White with #D1CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE45; }
p { color: rgb(209,206,69); }
H1.HeaderClassName
{
color: #D1CE45;
}
.AnyTagClassName
{
color: #D1CE45;
}
</style>
background-color css
<style>
a { background-color: #D1CE45; }
a { background-color: rgb(209,206,69); }
div.DivClassName
{
background-color: #D1CE45;
}
.BgClassName
{
background-color: #D1CE45;
}
</style>
border-color css
<style>
span { border-color: #D1CE45; }
span { border-color: rgb(209,206,69); }
td.TdClassName
{
border-color: #D1CE45;
}
.TagClassName
{
border-color: #D1CE45;
}
</style>