Shades of Buttercup #D99127
Tints of Buttercup #D99127
RGB
CMYK
RGB Variations
Color information
#D99127 (or 0xD99127) is known color: Buttercup. HEX triplet: D9, 91 and 27. RGB value is (217,145,39). Sum of RGB (Red+Green+Blue) = 217+145+39=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 39 (15.62% from 255 or 9.73% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D99127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99127 is #266ED8. Grayscale: #9A9A9A. Windows color (decimal): -2518745 or 2593241. OLE color: 2593241.
HSL color Cylindrical-coordinate representation of color #D99127: hue angle of 35.73º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D99127 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 145 | 39 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.15 |
| HSL | 35.73º | 0.7% | 0.5% | - |
| HSV(B) | 35.73º | 0.82% | 0.85% | - |
| XYZ | 39.11 | 35.15 | 6.64 | - |
| YUV | 154.44 | 62.85 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 145 | 39 | 0 | 0.33 | 0.82 | 0.15 | 35.73 | 0.7 | 0.5 |
| Hex | D9 | 91 | 27 | 0 | 21 | 52 | F | 24 | 46 | 32 |
| Octal | 331 | 221 | 47 | 0 | 41 | 122 | 17 | 44 | 106 | 62 |
| Binary | 11011001 | 10010001 | 100111 | 0 | 100001 | 1010010 | 1111 | 100100 | 1000110 | 110010 |
Color Harmonies of #D99127
Complementary color
Monochromatic Colors of #D99127
Black with #D99127
Text Example
Text Example
White with #D99127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99127; }
p { color: rgb(217,145,39); }
H1.HeaderClassName
{
color: #D99127;
}
.AnyTagClassName
{
color: #D99127;
}
</style>
background-color css
<style>
a { background-color: #D99127; }
a { background-color: rgb(217,145,39); }
div.DivClassName
{
background-color: #D99127;
}
.BgClassName
{
background-color: #D99127;
}
</style>
border-color css
<style>
span { border-color: #D99127; }
span { border-color: rgb(217,145,39); }
td.TdClassName
{
border-color: #D99127;
}
.TagClassName
{
border-color: #D99127;
}
</style>