Shades of Buttercup #D69B31
Tints of Buttercup #D69B31
RGB
CMYK
RGB Variations
Color information
#D69B31 (or 0xD69B31) is known color: Buttercup. HEX triplet: D6, 9B and 31. RGB value is (214,155,49). Sum of RGB (Red+Green+Blue) = 214+155+49=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B31 is #2964CE. Grayscale: #A1A1A1. Windows color (decimal): -2712783 or 3251158. OLE color: 3251158.
HSL color Cylindrical-coordinate representation of color #D69B31: hue angle of 38.55º 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 #D69B31 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 49 | - |
| CMYK | 0 | 0.28 | 0.77 | 0.16 |
| HSL | 38.55º | 0.67% | 0.52% | - |
| HSV(B) | 38.55º | 0.77% | 0.84% | - |
| XYZ | 40.01 | 37.96 | 8.12 | - |
| YUV | 160.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 49 | 0 | 0.28 | 0.77 | 0.16 | 38.55 | 0.67 | 0.52 |
| Hex | D6 | 9B | 31 | 0 | 1C | 4D | 10 | 27 | 43 | 34 |
| Octal | 326 | 233 | 61 | 0 | 34 | 115 | 20 | 47 | 103 | 64 |
| Binary | 11010110 | 10011011 | 110001 | 0 | 11100 | 1001101 | 10000 | 100111 | 1000011 | 110100 |
Color Harmonies of #D69B31
Complementary color
Monochromatic Colors of #D69B31
Black with #D69B31
Text Example
Text Example
White with #D69B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B31; }
p { color: rgb(214,155,49); }
H1.HeaderClassName
{
color: #D69B31;
}
.AnyTagClassName
{
color: #D69B31;
}
</style>
background-color css
<style>
a { background-color: #D69B31; }
a { background-color: rgb(214,155,49); }
div.DivClassName
{
background-color: #D69B31;
}
.BgClassName
{
background-color: #D69B31;
}
</style>
border-color css
<style>
span { border-color: #D69B31; }
span { border-color: rgb(214,155,49); }
td.TdClassName
{
border-color: #D69B31;
}
.TagClassName
{
border-color: #D69B31;
}
</style>