Shades of Wattle #D2CE3E
Tints of Wattle #D2CE3E
RGB
CMYK
RGB Variations
Color information
#D2CE3E (or 0xD2CE3E) is known color: Wattle. HEX triplet: D2, CE and 3E. RGB value is (210,206,62). Sum of RGB (Red+Green+Blue) = 210+206+62=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 62 (24.61% from 255 or 12.97% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE3E is #2D31C1. Grayscale: #BFBFBF. Windows color (decimal): -2961858 or 4116178. OLE color: 4116178.
HSL color Cylindrical-coordinate representation of color #D2CE3E: hue angle of 58.38º degrees, saturation: 0.62, 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 #D2CE3E is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 62 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.18 |
| HSL | 58.38º | 0.62% | 0.53% | - |
| HSV(B) | 58.38º | 0.7% | 0.82% | - |
| XYZ | 49.52 | 58.19 | 13.18 | - |
| YUV | 190.78 | 55.33 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 62 | 0 | 0.02 | 0.70 | 0.18 | 58.38 | 0.62 | 0.53 |
| Hex | D2 | CE | 3E | 0 | 2 | 46 | 12 | 3A | 3E | 35 |
| Octal | 322 | 316 | 76 | 0 | 2 | 106 | 22 | 72 | 76 | 65 |
| Binary | 11010010 | 11001110 | 111110 | 0 | 10 | 1000110 | 10010 | 111010 | 111110 | 110101 |
Color Harmonies of #D2CE3E
Complementary color
Monochromatic Colors of #D2CE3E
Black with #D2CE3E
Text Example
Text Example
White with #D2CE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE3E; }
p { color: rgb(210,206,62); }
H1.HeaderClassName
{
color: #D2CE3E;
}
.AnyTagClassName
{
color: #D2CE3E;
}
</style>
background-color css
<style>
a { background-color: #D2CE3E; }
a { background-color: rgb(210,206,62); }
div.DivClassName
{
background-color: #D2CE3E;
}
.BgClassName
{
background-color: #D2CE3E;
}
</style>
border-color css
<style>
span { border-color: #D2CE3E; }
span { border-color: rgb(210,206,62); }
td.TdClassName
{
border-color: #D2CE3E;
}
.TagClassName
{
border-color: #D2CE3E;
}
</style>