Shades of Wattle #D6CB37
Tints of Wattle #D6CB37
RGB
CMYK
RGB Variations
Color information
#D6CB37 (or 0xD6CB37) is known color: Wattle. HEX triplet: D6, CB and 37. RGB value is (214,203,55). Sum of RGB (Red+Green+Blue) = 214+203+55=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 55 (21.88% from 255 or 11.65% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6CB37 is #2934C8. Grayscale: #BEBEBE. Windows color (decimal): -2700489 or 3656662. OLE color: 3656662.
HSL color Cylindrical-coordinate representation of color #D6CB37: hue angle of 55.85º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D6CB37 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 203 | 55 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.16 |
| HSL | 55.85º | 0.66% | 0.53% | - |
| HSV(B) | 55.85º | 0.74% | 0.84% | - |
| XYZ | 49.78 | 57.28 | 12.05 | - |
| YUV | 189.42 | 52.14 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 203 | 55 | 0 | 0.05 | 0.74 | 0.16 | 55.85 | 0.66 | 0.53 |
| Hex | D6 | CB | 37 | 0 | 5 | 4A | 10 | 38 | 42 | 35 |
| Octal | 326 | 313 | 67 | 0 | 5 | 112 | 20 | 70 | 102 | 65 |
| Binary | 11010110 | 11001011 | 110111 | 0 | 101 | 1001010 | 10000 | 111000 | 1000010 | 110101 |
Color Harmonies of #D6CB37
Complementary color
Monochromatic Colors of #D6CB37
Black with #D6CB37
Text Example
Text Example
White with #D6CB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CB37; }
p { color: rgb(214,203,55); }
H1.HeaderClassName
{
color: #D6CB37;
}
.AnyTagClassName
{
color: #D6CB37;
}
</style>
background-color css
<style>
a { background-color: #D6CB37; }
a { background-color: rgb(214,203,55); }
div.DivClassName
{
background-color: #D6CB37;
}
.BgClassName
{
background-color: #D6CB37;
}
</style>
border-color css
<style>
span { border-color: #D6CB37; }
span { border-color: rgb(214,203,55); }
td.TdClassName
{
border-color: #D6CB37;
}
.TagClassName
{
border-color: #D6CB37;
}
</style>