Shades of Wattle #D2C933
Tints of Wattle #D2C933
RGB
CMYK
RGB Variations
Color information
#D2C933 (or 0xD2C933) is known color: Wattle. HEX triplet: D2, C9 and 33. RGB value is (210,201,51). Sum of RGB (Red+Green+Blue) = 210+201+51=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 201 (78.91% from 255 or 43.51% from 462); Blue value is 51 (20.31% from 255 or 11.04% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C933 is #2D36CC. Grayscale: #BBBBBB. Windows color (decimal): -2963149 or 3394002. OLE color: 3394002.
HSL color Cylindrical-coordinate representation of color #D2C933: hue angle of 56.6º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C933 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 51 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.18 |
| HSL | 56.6º | 0.64% | 0.51% | - |
| HSV(B) | 56.6º | 0.76% | 0.82% | - |
| XYZ | 48.06 | 55.71 | 11.35 | - |
| YUV | 186.59 | 51.48 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 51 | 0 | 0.04 | 0.76 | 0.18 | 56.6 | 0.64 | 0.51 |
| Hex | D2 | C9 | 33 | 0 | 4 | 4C | 12 | 39 | 40 | 33 |
| Octal | 322 | 311 | 63 | 0 | 4 | 114 | 22 | 71 | 100 | 63 |
| Binary | 11010010 | 11001001 | 110011 | 0 | 100 | 1001100 | 10010 | 111001 | 1000000 | 110011 |
Color Harmonies of #D2C933
Complementary color
Monochromatic Colors of #D2C933
Black with #D2C933
Text Example
Text Example
White with #D2C933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C933; }
p { color: rgb(210,201,51); }
H1.HeaderClassName
{
color: #D2C933;
}
.AnyTagClassName
{
color: #D2C933;
}
</style>
background-color css
<style>
a { background-color: #D2C933; }
a { background-color: rgb(210,201,51); }
div.DivClassName
{
background-color: #D2C933;
}
.BgClassName
{
background-color: #D2C933;
}
</style>
border-color css
<style>
span { border-color: #D2C933; }
span { border-color: rgb(210,201,51); }
td.TdClassName
{
border-color: #D2C933;
}
.TagClassName
{
border-color: #D2C933;
}
</style>