Shades of Buttercup #D6902C
Tints of Buttercup #D6902C
RGB
CMYK
RGB Variations
Color information
#D6902C (or 0xD6902C) is known color: Buttercup. HEX triplet: D6, 90 and 2C. RGB value is (214,144,44). Sum of RGB (Red+Green+Blue) = 214+144+44=402 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.23% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 44 (17.58% from 255 or 10.95% from 402); Max value from RGB is 214 - color contains mainly: red. Hex color #D6902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6902C is #296FD3. Grayscale: #9A9A9A. Windows color (decimal): -2715604 or 2920662. OLE color: 2920662.
HSL color Cylindrical-coordinate representation of color #D6902C: hue angle of 35.29º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6902C is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 44 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 35.29º | 0.67% | 0.51% | - |
| HSV(B) | 35.29º | 0.79% | 0.84% | - |
| XYZ | 38.16 | 34.42 | 7.02 | - |
| YUV | 153.53 | 66.19 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 44 | 0 | 0.33 | 0.79 | 0.16 | 35.29 | 0.67 | 0.51 |
| Hex | D6 | 90 | 2C | 0 | 21 | 4F | 10 | 23 | 43 | 33 |
| Octal | 326 | 220 | 54 | 0 | 41 | 117 | 20 | 43 | 103 | 63 |
| Binary | 11010110 | 10010000 | 101100 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110011 |
Color Harmonies of #D6902C
Complementary color
Monochromatic Colors of #D6902C
Black with #D6902C
Text Example
Text Example
White with #D6902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6902C; }
p { color: rgb(214,144,44); }
H1.HeaderClassName
{
color: #D6902C;
}
.AnyTagClassName
{
color: #D6902C;
}
</style>
background-color css
<style>
a { background-color: #D6902C; }
a { background-color: rgb(214,144,44); }
div.DivClassName
{
background-color: #D6902C;
}
.BgClassName
{
background-color: #D6902C;
}
</style>
border-color css
<style>
span { border-color: #D6902C; }
span { border-color: rgb(214,144,44); }
td.TdClassName
{
border-color: #D6902C;
}
.TagClassName
{
border-color: #D6902C;
}
</style>