Shades of Wattle #D2C748
Tints of Wattle #D2C748
RGB
CMYK
RGB Variations
Color information
#D2C748 (or 0xD2C748) is known color: Wattle. HEX triplet: D2, C7 and 48. RGB value is (210,199,72). Sum of RGB (Red+Green+Blue) = 210+199+72=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C748 is #2D38B7. Grayscale: #BCBCBC. Windows color (decimal): -2963640 or 4769746. OLE color: 4769746.
HSL color Cylindrical-coordinate representation of color #D2C748: hue angle of 55.22º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D2C748 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 72 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.18 |
| HSL | 55.22º | 0.61% | 0.55% | - |
| HSV(B) | 55.22º | 0.66% | 0.82% | - |
| XYZ | 48.17 | 55.02 | 14.21 | - |
| YUV | 187.81 | 62.64 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 72 | 0 | 0.05 | 0.66 | 0.18 | 55.22 | 0.61 | 0.55 |
| Hex | D2 | C7 | 48 | 0 | 5 | 42 | 12 | 37 | 3D | 37 |
| Octal | 322 | 307 | 110 | 0 | 5 | 102 | 22 | 67 | 75 | 67 |
| Binary | 11010010 | 11000111 | 1001000 | 0 | 101 | 1000010 | 10010 | 110111 | 111101 | 110111 |
Color Harmonies of #D2C748
Complementary color
Monochromatic Colors of #D2C748
Black with #D2C748
Text Example
Text Example
White with #D2C748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C748; }
p { color: rgb(210,199,72); }
H1.HeaderClassName
{
color: #D2C748;
}
.AnyTagClassName
{
color: #D2C748;
}
</style>
background-color css
<style>
a { background-color: #D2C748; }
a { background-color: rgb(210,199,72); }
div.DivClassName
{
background-color: #D2C748;
}
.BgClassName
{
background-color: #D2C748;
}
</style>
border-color css
<style>
span { border-color: #D2C748; }
span { border-color: rgb(210,199,72); }
td.TdClassName
{
border-color: #D2C748;
}
.TagClassName
{
border-color: #D2C748;
}
</style>