Shades of Buttercup #D69C31
Tints of Buttercup #D69C31
RGB
CMYK
RGB Variations
Color information
#D69C31 (or 0xD69C31) is known color: Buttercup. HEX triplet: D6, 9C and 31. RGB value is (214,156,49). Sum of RGB (Red+Green+Blue) = 214+156+49=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C31 is #2963CE. Grayscale: #A1A1A1. Windows color (decimal): -2712527 or 3251414. OLE color: 3251414.
HSL color Cylindrical-coordinate representation of color #D69C31: hue angle of 38.91º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D69C31 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 49 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 38.91º | 0.67% | 0.52% | - |
| HSV(B) | 38.91º | 0.77% | 0.84% | - |
| XYZ | 40.17 | 38.29 | 8.18 | - |
| YUV | 161.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 49 | 0 | 0.27 | 0.77 | 0.16 | 38.91 | 0.67 | 0.52 |
| Hex | D6 | 9C | 31 | 0 | 1B | 4D | 10 | 27 | 43 | 34 |
| Octal | 326 | 234 | 61 | 0 | 33 | 115 | 20 | 47 | 103 | 64 |
| Binary | 11010110 | 10011100 | 110001 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000011 | 110100 |
Color Harmonies of #D69C31
Complementary color
Monochromatic Colors of #D69C31
Black with #D69C31
Text Example
Text Example
White with #D69C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C31; }
p { color: rgb(214,156,49); }
H1.HeaderClassName
{
color: #D69C31;
}
.AnyTagClassName
{
color: #D69C31;
}
</style>
background-color css
<style>
a { background-color: #D69C31; }
a { background-color: rgb(214,156,49); }
div.DivClassName
{
background-color: #D69C31;
}
.BgClassName
{
background-color: #D69C31;
}
</style>
border-color css
<style>
span { border-color: #D69C31; }
span { border-color: rgb(214,156,49); }
td.TdClassName
{
border-color: #D69C31;
}
.TagClassName
{
border-color: #D69C31;
}
</style>