Shades of Wattle #D2C736
Tints of Wattle #D2C736
RGB
CMYK
RGB Variations
Color information
#D2C736 (or 0xD2C736) is known color: Wattle. HEX triplet: D2, C7 and 36. RGB value is (210,199,54). Sum of RGB (Red+Green+Blue) = 210+199+54=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 54 (21.48% from 255 or 11.66% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C736 is #2D38C9. Grayscale: #BABABA. Windows color (decimal): -2963658 or 3590098. OLE color: 3590098.
HSL color Cylindrical-coordinate representation of color #D2C736: hue angle of 55.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2C736 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 54 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.18 |
| HSL | 55.77º | 0.63% | 0.52% | - |
| HSV(B) | 55.77º | 0.74% | 0.82% | - |
| XYZ | 47.67 | 54.81 | 11.56 | - |
| YUV | 185.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 54 | 0 | 0.05 | 0.74 | 0.18 | 55.77 | 0.63 | 0.52 |
| Hex | D2 | C7 | 36 | 0 | 5 | 4A | 12 | 38 | 3F | 34 |
| Octal | 322 | 307 | 66 | 0 | 5 | 112 | 22 | 70 | 77 | 64 |
| Binary | 11010010 | 11000111 | 110110 | 0 | 101 | 1001010 | 10010 | 111000 | 111111 | 110100 |
Color Harmonies of #D2C736
Complementary color
Monochromatic Colors of #D2C736
Black with #D2C736
Text Example
Text Example
White with #D2C736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C736; }
p { color: rgb(210,199,54); }
H1.HeaderClassName
{
color: #D2C736;
}
.AnyTagClassName
{
color: #D2C736;
}
</style>
background-color css
<style>
a { background-color: #D2C736; }
a { background-color: rgb(210,199,54); }
div.DivClassName
{
background-color: #D2C736;
}
.BgClassName
{
background-color: #D2C736;
}
</style>
border-color css
<style>
span { border-color: #D2C736; }
span { border-color: rgb(210,199,54); }
td.TdClassName
{
border-color: #D2C736;
}
.TagClassName
{
border-color: #D2C736;
}
</style>