Shades of Wattle #D2C83C
Tints of Wattle #D2C83C
RGB
CMYK
RGB Variations
Color information
#D2C83C (or 0xD2C83C) is known color: Wattle. HEX triplet: D2, C8 and 3C. RGB value is (210,200,60). Sum of RGB (Red+Green+Blue) = 210+200+60=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 60 (23.83% from 255 or 12.77% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C83C is #2D37C3. Grayscale: #BBBBBB. Windows color (decimal): -2963396 or 3983570. OLE color: 3983570.
HSL color Cylindrical-coordinate representation of color #D2C83C: hue angle of 56º 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 #D2C83C is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 200 | 60 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.18 |
| HSL | 56º | 0.63% | 0.53% | - |
| HSV(B) | 56º | 0.71% | 0.82% | - |
| XYZ | 48.05 | 55.34 | 12.42 | - |
| YUV | 187.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 200 | 60 | 0 | 0.05 | 0.71 | 0.18 | 56 | 0.63 | 0.53 |
| Hex | D2 | C8 | 3C | 0 | 5 | 47 | 12 | 38 | 3E | 35 |
| Octal | 322 | 310 | 74 | 0 | 5 | 107 | 22 | 70 | 76 | 65 |
| Binary | 11010010 | 11001000 | 111100 | 0 | 101 | 1000111 | 10010 | 111000 | 111110 | 110101 |
Color Harmonies of #D2C83C
Complementary color
Monochromatic Colors of #D2C83C
Black with #D2C83C
Text Example
Text Example
White with #D2C83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C83C; }
p { color: rgb(210,200,60); }
H1.HeaderClassName
{
color: #D2C83C;
}
.AnyTagClassName
{
color: #D2C83C;
}
</style>
background-color css
<style>
a { background-color: #D2C83C; }
a { background-color: rgb(210,200,60); }
div.DivClassName
{
background-color: #D2C83C;
}
.BgClassName
{
background-color: #D2C83C;
}
</style>
border-color css
<style>
span { border-color: #D2C83C; }
span { border-color: rgb(210,200,60); }
td.TdClassName
{
border-color: #D2C83C;
}
.TagClassName
{
border-color: #D2C83C;
}
</style>