Shades of Buttercup #D6902D
Tints of Buttercup #D6902D
RGB
CMYK
RGB Variations
Color information
#D6902D (or 0xD6902D) is known color: Buttercup. HEX triplet: D6, 90 and 2D. RGB value is (214,144,45). Sum of RGB (Red+Green+Blue) = 214+144+45=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6902D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6902D is #296FD2. Grayscale: #9A9A9A. Windows color (decimal): -2715603 or 2986198. OLE color: 2986198.
HSL color Cylindrical-coordinate representation of color #D6902D: hue angle of 35.15º 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 #D6902D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 144 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.16 |
| HSL | 35.15º | 0.67% | 0.51% | - |
| HSV(B) | 35.15º | 0.79% | 0.84% | - |
| XYZ | 38.18 | 34.43 | 7.12 | - |
| YUV | 153.64 | 66.69 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 144 | 45 | 0 | 0.33 | 0.79 | 0.16 | 35.15 | 0.67 | 0.51 |
| Hex | D6 | 90 | 2D | 0 | 21 | 4F | 10 | 23 | 43 | 33 |
| Octal | 326 | 220 | 55 | 0 | 41 | 117 | 20 | 43 | 103 | 63 |
| Binary | 11010110 | 10010000 | 101101 | 0 | 100001 | 1001111 | 10000 | 100011 | 1000011 | 110011 |
Color Harmonies of #D6902D
Complementary color
Monochromatic Colors of #D6902D
Black with #D6902D
Text Example
Text Example
White with #D6902D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6902D; }
p { color: rgb(214,144,45); }
H1.HeaderClassName
{
color: #D6902D;
}
.AnyTagClassName
{
color: #D6902D;
}
</style>
background-color css
<style>
a { background-color: #D6902D; }
a { background-color: rgb(214,144,45); }
div.DivClassName
{
background-color: #D6902D;
}
.BgClassName
{
background-color: #D6902D;
}
</style>
border-color css
<style>
span { border-color: #D6902D; }
span { border-color: rgb(214,144,45); }
td.TdClassName
{
border-color: #D6902D;
}
.TagClassName
{
border-color: #D6902D;
}
</style>