Shades of Wattle #D2C948
Tints of Wattle #D2C948
RGB
CMYK
RGB Variations
Color information
#D2C948 (or 0xD2C948) is known color: Wattle. HEX triplet: D2, C9 and 48. RGB value is (210,201,72). Sum of RGB (Red+Green+Blue) = 210+201+72=483 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.48% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 72 (28.52% from 255 or 14.91% from 483); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C948 is #2D36B7. Grayscale: #BDBDBD. Windows color (decimal): -2963128 or 4770258. OLE color: 4770258.
HSL color Cylindrical-coordinate representation of color #D2C948: hue angle of 56.09º 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 #D2C948 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 72 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.18 |
| HSL | 56.09º | 0.61% | 0.55% | - |
| HSV(B) | 56.09º | 0.66% | 0.82% | - |
| XYZ | 48.63 | 55.94 | 14.37 | - |
| YUV | 188.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 72 | 0 | 0.04 | 0.66 | 0.18 | 56.09 | 0.61 | 0.55 |
| Hex | D2 | C9 | 48 | 0 | 4 | 42 | 12 | 38 | 3D | 37 |
| Octal | 322 | 311 | 110 | 0 | 4 | 102 | 22 | 70 | 75 | 67 |
| Binary | 11010010 | 11001001 | 1001000 | 0 | 100 | 1000010 | 10010 | 111000 | 111101 | 110111 |
Color Harmonies of #D2C948
Complementary color
Monochromatic Colors of #D2C948
Black with #D2C948
Text Example
Text Example
White with #D2C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C948; }
p { color: rgb(210,201,72); }
H1.HeaderClassName
{
color: #D2C948;
}
.AnyTagClassName
{
color: #D2C948;
}
</style>
background-color css
<style>
a { background-color: #D2C948; }
a { background-color: rgb(210,201,72); }
div.DivClassName
{
background-color: #D2C948;
}
.BgClassName
{
background-color: #D2C948;
}
</style>
border-color css
<style>
span { border-color: #D2C948; }
span { border-color: rgb(210,201,72); }
td.TdClassName
{
border-color: #D2C948;
}
.TagClassName
{
border-color: #D2C948;
}
</style>