Shades of Buttercup #D69D2C
Tints of Buttercup #D69D2C
RGB
CMYK
RGB Variations
Color information
#D69D2C (or 0xD69D2C) is known color: Buttercup. HEX triplet: D6, 9D and 2C. RGB value is (214,157,44). Sum of RGB (Red+Green+Blue) = 214+157+44=415 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.57% from 415); Green value is 157 (61.72% from 255 or 37.83% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69D2C is #2962D3. Grayscale: #A1A1A1. Windows color (decimal): -2712276 or 2923990. OLE color: 2923990.
HSL color Cylindrical-coordinate representation of color #D69D2C: hue angle of 39.88º 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 #D69D2C is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 157 | 44 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.16 |
| HSL | 39.88º | 0.67% | 0.51% | - |
| HSV(B) | 39.88º | 0.79% | 0.84% | - |
| XYZ | 40.24 | 38.59 | 7.71 | - |
| YUV | 161.16 | 61.88 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 157 | 44 | 0 | 0.27 | 0.79 | 0.16 | 39.88 | 0.67 | 0.51 |
| Hex | D6 | 9D | 2C | 0 | 1B | 4F | 10 | 28 | 43 | 33 |
| Octal | 326 | 235 | 54 | 0 | 33 | 117 | 20 | 50 | 103 | 63 |
| Binary | 11010110 | 10011101 | 101100 | 0 | 11011 | 1001111 | 10000 | 101000 | 1000011 | 110011 |
Color Harmonies of #D69D2C
Complementary color
Monochromatic Colors of #D69D2C
Black with #D69D2C
Text Example
Text Example
White with #D69D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69D2C; }
p { color: rgb(214,157,44); }
H1.HeaderClassName
{
color: #D69D2C;
}
.AnyTagClassName
{
color: #D69D2C;
}
</style>
background-color css
<style>
a { background-color: #D69D2C; }
a { background-color: rgb(214,157,44); }
div.DivClassName
{
background-color: #D69D2C;
}
.BgClassName
{
background-color: #D69D2C;
}
</style>
border-color css
<style>
span { border-color: #D69D2C; }
span { border-color: rgb(214,157,44); }
td.TdClassName
{
border-color: #D69D2C;
}
.TagClassName
{
border-color: #D69D2C;
}
</style>