Shades of Wattle #D2C33C
Tints of Wattle #D2C33C
RGB
CMYK
RGB Variations
Color information
#D2C33C (or 0xD2C33C) is known color: Wattle. HEX triplet: D2, C3 and 3C. RGB value is (210,195,60). Sum of RGB (Red+Green+Blue) = 210+195+60=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 60 (23.83% from 255 or 12.90% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C33C is #2D3CC3. Grayscale: #B8B8B8. Windows color (decimal): -2964676 or 3982290. OLE color: 3982290.
HSL color Cylindrical-coordinate representation of color #D2C33C: hue angle of 54º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D2C33C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.18 |
| HSL | 54º | 0.63% | 0.53% | - |
| HSV(B) | 54º | 0.71% | 0.82% | - |
| XYZ | 46.91 | 53.06 | 12.04 | - |
| YUV | 184.1 | 57.97 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 60 | 0 | 0.07 | 0.71 | 0.18 | 54 | 0.63 | 0.53 |
| Hex | D2 | C3 | 3C | 0 | 7 | 47 | 12 | 36 | 3E | 35 |
| Octal | 322 | 303 | 74 | 0 | 7 | 107 | 22 | 66 | 76 | 65 |
| Binary | 11010010 | 11000011 | 111100 | 0 | 111 | 1000111 | 10010 | 110110 | 111110 | 110101 |
Color Harmonies of #D2C33C
Complementary color
Monochromatic Colors of #D2C33C
Black with #D2C33C
Text Example
Text Example
White with #D2C33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C33C; }
p { color: rgb(210,195,60); }
H1.HeaderClassName
{
color: #D2C33C;
}
.AnyTagClassName
{
color: #D2C33C;
}
</style>
background-color css
<style>
a { background-color: #D2C33C; }
a { background-color: rgb(210,195,60); }
div.DivClassName
{
background-color: #D2C33C;
}
.BgClassName
{
background-color: #D2C33C;
}
</style>
border-color css
<style>
span { border-color: #D2C33C; }
span { border-color: rgb(210,195,60); }
td.TdClassName
{
border-color: #D2C33C;
}
.TagClassName
{
border-color: #D2C33C;
}
</style>