Shades of Wattle #D2D948
Tints of Wattle #D2D948
RGB
CMYK
RGB Variations
Color information
#D2D948 (or 0xD2D948) is known color: Wattle. HEX triplet: D2, D9 and 48. RGB value is (210,217,72). Sum of RGB (Red+Green+Blue) = 210+217+72=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 72 (28.52% from 255 or 14.43% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2D948 is #2D26B7. Grayscale: #C6C6C6. Windows color (decimal): -2959032 or 4774354. OLE color: 4774354.
HSL color Cylindrical-coordinate representation of color #D2D948: hue angle of 62.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2D948 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 217 | 72 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.15 |
| HSL | 62.9º | 0.66% | 0.57% | - |
| HSV(B) | 62.9º | 0.67% | 0.85% | - |
| XYZ | 52.56 | 63.8 | 15.67 | - |
| YUV | 198.38 | 56.68 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 217 | 72 | 0.03 | 0 | 0.67 | 0.15 | 62.9 | 0.66 | 0.57 |
| Hex | D2 | D9 | 48 | 3 | 0 | 43 | F | 3F | 42 | 39 |
| Octal | 322 | 331 | 110 | 3 | 0 | 103 | 17 | 77 | 102 | 71 |
| Binary | 11010010 | 11011001 | 1001000 | 11 | 0 | 1000011 | 1111 | 111111 | 1000010 | 111001 |
Color Harmonies of #D2D948
Complementary color
Monochromatic Colors of #D2D948
Black with #D2D948
Text Example
Text Example
White with #D2D948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D948; }
p { color: rgb(210,217,72); }
H1.HeaderClassName
{
color: #D2D948;
}
.AnyTagClassName
{
color: #D2D948;
}
</style>
background-color css
<style>
a { background-color: #D2D948; }
a { background-color: rgb(210,217,72); }
div.DivClassName
{
background-color: #D2D948;
}
.BgClassName
{
background-color: #D2D948;
}
</style>
border-color css
<style>
span { border-color: #D2D948; }
span { border-color: rgb(210,217,72); }
td.TdClassName
{
border-color: #D2D948;
}
.TagClassName
{
border-color: #D2D948;
}
</style>