Shades of Wattle #D1CE35
Tints of Wattle #D1CE35
RGB
CMYK
RGB Variations
Color information
#D1CE35 (or 0xD1CE35) is known color: Wattle. HEX triplet: D1, CE and 35. RGB value is (209,206,53). Sum of RGB (Red+Green+Blue) = 209+206+53=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE35 is #2E31CA. Grayscale: #BEBEBE. Windows color (decimal): -3027403 or 3526353. OLE color: 3526353.
HSL color Cylindrical-coordinate representation of color #D1CE35: hue angle of 58.85º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1CE35 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 53 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.18 |
| HSL | 58.85º | 0.63% | 0.51% | - |
| HSV(B) | 58.85º | 0.75% | 0.82% | - |
| XYZ | 49.01 | 57.95 | 11.97 | - |
| YUV | 189.46 | 50.99 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 53 | 0 | 0.01 | 0.75 | 0.18 | 58.85 | 0.63 | 0.51 |
| Hex | D1 | CE | 35 | 0 | 1 | 4B | 12 | 3B | 3F | 33 |
| Octal | 321 | 316 | 65 | 0 | 1 | 113 | 22 | 73 | 77 | 63 |
| Binary | 11010001 | 11001110 | 110101 | 0 | 1 | 1001011 | 10010 | 111011 | 111111 | 110011 |
Color Harmonies of #D1CE35
Complementary color
Monochromatic Colors of #D1CE35
Black with #D1CE35
Text Example
Text Example
White with #D1CE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE35; }
p { color: rgb(209,206,53); }
H1.HeaderClassName
{
color: #D1CE35;
}
.AnyTagClassName
{
color: #D1CE35;
}
</style>
background-color css
<style>
a { background-color: #D1CE35; }
a { background-color: rgb(209,206,53); }
div.DivClassName
{
background-color: #D1CE35;
}
.BgClassName
{
background-color: #D1CE35;
}
</style>
border-color css
<style>
span { border-color: #D1CE35; }
span { border-color: rgb(209,206,53); }
td.TdClassName
{
border-color: #D1CE35;
}
.TagClassName
{
border-color: #D1CE35;
}
</style>