Shades of Buttercup #D99427
Tints of Buttercup #D99427
RGB
CMYK
RGB Variations
Color information
#D99427 (or 0xD99427) is known color: Buttercup. HEX triplet: D9, 94 and 27. RGB value is (217,148,39). Sum of RGB (Red+Green+Blue) = 217+148+39=404 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.71% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 39 (15.62% from 255 or 9.65% from 404); Max value from RGB is 217 - color contains mainly: red. Hex color #D99427 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99427 is #266BD8. Grayscale: #9C9C9C. Windows color (decimal): -2517977 or 2594009. OLE color: 2594009.
HSL color Cylindrical-coordinate representation of color #D99427: hue angle of 36.74º 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 #D99427 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 39 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.15 |
| HSL | 36.74º | 0.7% | 0.5% | - |
| HSV(B) | 36.74º | 0.82% | 0.85% | - |
| XYZ | 39.57 | 36.08 | 6.8 | - |
| YUV | 156.21 | 61.86 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 39 | 0 | 0.32 | 0.82 | 0.15 | 36.74 | 0.7 | 0.5 |
| Hex | D9 | 94 | 27 | 0 | 20 | 52 | F | 25 | 46 | 32 |
| Octal | 331 | 224 | 47 | 0 | 40 | 122 | 17 | 45 | 106 | 62 |
| Binary | 11011001 | 10010100 | 100111 | 0 | 100000 | 1010010 | 1111 | 100101 | 1000110 | 110010 |
Color Harmonies of #D99427
Complementary color
Monochromatic Colors of #D99427
Black with #D99427
Text Example
Text Example
White with #D99427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99427; }
p { color: rgb(217,148,39); }
H1.HeaderClassName
{
color: #D99427;
}
.AnyTagClassName
{
color: #D99427;
}
</style>
background-color css
<style>
a { background-color: #D99427; }
a { background-color: rgb(217,148,39); }
div.DivClassName
{
background-color: #D99427;
}
.BgClassName
{
background-color: #D99427;
}
</style>
border-color css
<style>
span { border-color: #D99427; }
span { border-color: rgb(217,148,39); }
td.TdClassName
{
border-color: #D99427;
}
.TagClassName
{
border-color: #D99427;
}
</style>