Shades of Wattle #D1CE3F
Tints of Wattle #D1CE3F
RGB
CMYK
RGB Variations
Color information
#D1CE3F (or 0xD1CE3F) is known color: Wattle. HEX triplet: D1, CE and 3F. RGB value is (209,206,63). Sum of RGB (Red+Green+Blue) = 209+206+63=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 63 (25% from 255 or 13.18% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1CE3F is #2E31C0. Grayscale: #BFBFBF. Windows color (decimal): -3027393 or 4181713. OLE color: 4181713.
HSL color Cylindrical-coordinate representation of color #D1CE3F: hue angle of 58.77º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1CE3F is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 206 | 63 | - |
| CMYK | 0 | 0.01 | 0.70 | 0.18 |
| HSL | 58.77º | 0.61% | 0.53% | - |
| HSV(B) | 58.77º | 0.7% | 0.82% | - |
| XYZ | 49.26 | 58.06 | 13.31 | - |
| YUV | 190.6 | 55.99 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 206 | 63 | 0 | 0.01 | 0.70 | 0.18 | 58.77 | 0.61 | 0.53 |
| Hex | D1 | CE | 3F | 0 | 1 | 46 | 12 | 3B | 3D | 35 |
| Octal | 321 | 316 | 77 | 0 | 1 | 106 | 22 | 73 | 75 | 65 |
| Binary | 11010001 | 11001110 | 111111 | 0 | 1 | 1000110 | 10010 | 111011 | 111101 | 110101 |
Color Harmonies of #D1CE3F
Complementary color
Monochromatic Colors of #D1CE3F
Black with #D1CE3F
Text Example
Text Example
White with #D1CE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CE3F; }
p { color: rgb(209,206,63); }
H1.HeaderClassName
{
color: #D1CE3F;
}
.AnyTagClassName
{
color: #D1CE3F;
}
</style>
background-color css
<style>
a { background-color: #D1CE3F; }
a { background-color: rgb(209,206,63); }
div.DivClassName
{
background-color: #D1CE3F;
}
.BgClassName
{
background-color: #D1CE3F;
}
</style>
border-color css
<style>
span { border-color: #D1CE3F; }
span { border-color: rgb(209,206,63); }
td.TdClassName
{
border-color: #D1CE3F;
}
.TagClassName
{
border-color: #D1CE3F;
}
</style>