Shades of Wattle #D2C33F
Tints of Wattle #D2C33F
RGB
CMYK
RGB Variations
Color information
#D2C33F (or 0xD2C33F) is known color: Wattle. HEX triplet: D2, C3 and 3F. RGB value is (210,195,63). Sum of RGB (Red+Green+Blue) = 210+195+63=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 195 (76.56% from 255 or 41.67% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C33F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C33F is #2D3CC0. Grayscale: #B8B8B8. Windows color (decimal): -2964673 or 4178898. OLE color: 4178898.
HSL color Cylindrical-coordinate representation of color #D2C33F: hue angle of 53.88º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2C33F is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 63 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.18 |
| HSL | 53.88º | 0.62% | 0.54% | - |
| HSV(B) | 53.88º | 0.7% | 0.82% | - |
| XYZ | 46.99 | 53.09 | 12.47 | - |
| YUV | 184.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 63 | 0 | 0.07 | 0.70 | 0.18 | 53.88 | 0.62 | 0.54 |
| Hex | D2 | C3 | 3F | 0 | 7 | 46 | 12 | 36 | 3E | 36 |
| Octal | 322 | 303 | 77 | 0 | 7 | 106 | 22 | 66 | 76 | 66 |
| Binary | 11010010 | 11000011 | 111111 | 0 | 111 | 1000110 | 10010 | 110110 | 111110 | 110110 |
Color Harmonies of #D2C33F
Complementary color
Monochromatic Colors of #D2C33F
Black with #D2C33F
Text Example
Text Example
White with #D2C33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C33F; }
p { color: rgb(210,195,63); }
H1.HeaderClassName
{
color: #D2C33F;
}
.AnyTagClassName
{
color: #D2C33F;
}
</style>
background-color css
<style>
a { background-color: #D2C33F; }
a { background-color: rgb(210,195,63); }
div.DivClassName
{
background-color: #D2C33F;
}
.BgClassName
{
background-color: #D2C33F;
}
</style>
border-color css
<style>
span { border-color: #D2C33F; }
span { border-color: rgb(210,195,63); }
td.TdClassName
{
border-color: #D2C33F;
}
.TagClassName
{
border-color: #D2C33F;
}
</style>