Shades of Buttercup #D69C2E
Tints of Buttercup #D69C2E
RGB
CMYK
RGB Variations
Color information
#D69C2E (or 0xD69C2E) is known color: Buttercup. HEX triplet: D6, 9C and 2E. RGB value is (214,156,46). Sum of RGB (Red+Green+Blue) = 214+156+46=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C2E is #2963D1. Grayscale: #A1A1A1. Windows color (decimal): -2712530 or 3054806. OLE color: 3054806.
HSL color Cylindrical-coordinate representation of color #D69C2E: hue angle of 39.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 #D69C2E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 46 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.29º | 0.67% | 0.51% | - |
| HSV(B) | 39.29º | 0.79% | 0.84% | - |
| XYZ | 40.11 | 38.27 | 7.86 | - |
| YUV | 160.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 46 | 0 | 0.27 | 0.79 | 0.16 | 39.29 | 0.67 | 0.51 |
| Hex | D6 | 9C | 2E | 0 | 1B | 4F | 10 | 27 | 43 | 33 |
| Octal | 326 | 234 | 56 | 0 | 33 | 117 | 20 | 47 | 103 | 63 |
| Binary | 11010110 | 10011100 | 101110 | 0 | 11011 | 1001111 | 10000 | 100111 | 1000011 | 110011 |
Color Harmonies of #D69C2E
Complementary color
Monochromatic Colors of #D69C2E
Black with #D69C2E
Text Example
Text Example
White with #D69C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C2E; }
p { color: rgb(214,156,46); }
H1.HeaderClassName
{
color: #D69C2E;
}
.AnyTagClassName
{
color: #D69C2E;
}
</style>
background-color css
<style>
a { background-color: #D69C2E; }
a { background-color: rgb(214,156,46); }
div.DivClassName
{
background-color: #D69C2E;
}
.BgClassName
{
background-color: #D69C2E;
}
</style>
border-color css
<style>
span { border-color: #D69C2E; }
span { border-color: rgb(214,156,46); }
td.TdClassName
{
border-color: #D69C2E;
}
.TagClassName
{
border-color: #D69C2E;
}
</style>