Shades of Wattle #D6C033
Tints of Wattle #D6C033
RGB
CMYK
RGB Variations
Color information
#D6C033 (or 0xD6C033) is known color: Wattle. HEX triplet: D6, C0 and 33. RGB value is (214,192,51). Sum of RGB (Red+Green+Blue) = 214+192+51=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6C033 is #293FCC. Grayscale: #B7B7B7. Windows color (decimal): -2703309 or 3391702. OLE color: 3391702.
HSL color Cylindrical-coordinate representation of color #D6C033: hue angle of 51.9º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6C033 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 51 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.16 |
| HSL | 51.9º | 0.67% | 0.52% | - |
| HSV(B) | 51.9º | 0.76% | 0.84% | - |
| XYZ | 47.18 | 52.23 | 10.73 | - |
| YUV | 182.5 | 53.79 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 51 | 0 | 0.10 | 0.76 | 0.16 | 51.9 | 0.67 | 0.52 |
| Hex | D6 | C0 | 33 | 0 | A | 4C | 10 | 34 | 43 | 34 |
| Octal | 326 | 300 | 63 | 0 | 12 | 114 | 20 | 64 | 103 | 64 |
| Binary | 11010110 | 11000000 | 110011 | 0 | 1010 | 1001100 | 10000 | 110100 | 1000011 | 110100 |
Color Harmonies of #D6C033
Complementary color
Monochromatic Colors of #D6C033
Black with #D6C033
Text Example
Text Example
White with #D6C033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C033; }
p { color: rgb(214,192,51); }
H1.HeaderClassName
{
color: #D6C033;
}
.AnyTagClassName
{
color: #D6C033;
}
</style>
background-color css
<style>
a { background-color: #D6C033; }
a { background-color: rgb(214,192,51); }
div.DivClassName
{
background-color: #D6C033;
}
.BgClassName
{
background-color: #D6C033;
}
</style>
border-color css
<style>
span { border-color: #D6C033; }
span { border-color: rgb(214,192,51); }
td.TdClassName
{
border-color: #D6C033;
}
.TagClassName
{
border-color: #D6C033;
}
</style>