Shades of Wattle #D2CE43
Tints of Wattle #D2CE43
RGB
CMYK
RGB Variations
Color information
#D2CE43 (or 0xD2CE43) is known color: Wattle. HEX triplet: D2, CE and 43. RGB value is (210,206,67). Sum of RGB (Red+Green+Blue) = 210+206+67=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CE43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2CE43 is #2D31BC. Grayscale: #BFBFBF. Windows color (decimal): -2961853 or 4443858. OLE color: 4443858.
HSL color Cylindrical-coordinate representation of color #D2CE43: hue angle of 58.32º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D2CE43 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 206 | 67 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.18 |
| HSL | 58.32º | 0.61% | 0.54% | - |
| HSV(B) | 58.32º | 0.68% | 0.82% | - |
| XYZ | 49.66 | 58.25 | 13.94 | - |
| YUV | 191.35 | 57.83 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 206 | 67 | 0 | 0.02 | 0.68 | 0.18 | 58.32 | 0.61 | 0.54 |
| Hex | D2 | CE | 43 | 0 | 2 | 44 | 12 | 3A | 3D | 36 |
| Octal | 322 | 316 | 103 | 0 | 2 | 104 | 22 | 72 | 75 | 66 |
| Binary | 11010010 | 11001110 | 1000011 | 0 | 10 | 1000100 | 10010 | 111010 | 111101 | 110110 |
Color Harmonies of #D2CE43
Complementary color
Monochromatic Colors of #D2CE43
Black with #D2CE43
Text Example
Text Example
White with #D2CE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CE43; }
p { color: rgb(210,206,67); }
H1.HeaderClassName
{
color: #D2CE43;
}
.AnyTagClassName
{
color: #D2CE43;
}
</style>
background-color css
<style>
a { background-color: #D2CE43; }
a { background-color: rgb(210,206,67); }
div.DivClassName
{
background-color: #D2CE43;
}
.BgClassName
{
background-color: #D2CE43;
}
</style>
border-color css
<style>
span { border-color: #D2CE43; }
span { border-color: rgb(210,206,67); }
td.TdClassName
{
border-color: #D2CE43;
}
.TagClassName
{
border-color: #D2CE43;
}
</style>