Shades of Wattle #D2C63B
Tints of Wattle #D2C63B
RGB
CMYK
RGB Variations
Color information
#D2C63B (or 0xD2C63B) is known color: Wattle. HEX triplet: D2, C6 and 3B. RGB value is (210,198,59). Sum of RGB (Red+Green+Blue) = 210+198+59=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 198 (77.73% from 255 or 42.40% from 467); Blue value is 59 (23.44% from 255 or 12.63% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C63B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C63B is #2D39C4. Grayscale: #BABABA. Windows color (decimal): -2963909 or 3917522. OLE color: 3917522.
HSL color Cylindrical-coordinate representation of color #D2C63B: hue angle of 55.23º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2C63B is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 198 | 59 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.18 |
| HSL | 55.23º | 0.63% | 0.53% | - |
| HSV(B) | 55.23º | 0.72% | 0.82% | - |
| XYZ | 47.56 | 54.41 | 12.13 | - |
| YUV | 185.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 198 | 59 | 0 | 0.06 | 0.72 | 0.18 | 55.23 | 0.63 | 0.53 |
| Hex | D2 | C6 | 3B | 0 | 6 | 48 | 12 | 37 | 3F | 35 |
| Octal | 322 | 306 | 73 | 0 | 6 | 110 | 22 | 67 | 77 | 65 |
| Binary | 11010010 | 11000110 | 111011 | 0 | 110 | 1001000 | 10010 | 110111 | 111111 | 110101 |
Color Harmonies of #D2C63B
Complementary color
Monochromatic Colors of #D2C63B
Black with #D2C63B
Text Example
Text Example
White with #D2C63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C63B; }
p { color: rgb(210,198,59); }
H1.HeaderClassName
{
color: #D2C63B;
}
.AnyTagClassName
{
color: #D2C63B;
}
</style>
background-color css
<style>
a { background-color: #D2C63B; }
a { background-color: rgb(210,198,59); }
div.DivClassName
{
background-color: #D2C63B;
}
.BgClassName
{
background-color: #D2C63B;
}
</style>
border-color css
<style>
span { border-color: #D2C63B; }
span { border-color: rgb(210,198,59); }
td.TdClassName
{
border-color: #D2C63B;
}
.TagClassName
{
border-color: #D2C63B;
}
</style>