Shades of Buttercup #D99A25
Tints of Buttercup #D99A25
RGB
CMYK
RGB Variations
Color information
#D99A25 (or 0xD99A25) is known color: Buttercup. HEX triplet: D9, 9A and 25. RGB value is (217,154,37). Sum of RGB (Red+Green+Blue) = 217+154+37=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 154 (60.55% from 255 or 37.75% from 408); Blue value is 37 (14.84% from 255 or 9.07% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A25 is #2665DA. Grayscale: #A0A0A0. Windows color (decimal): -2516443 or 2464473. OLE color: 2464473.
HSL color Cylindrical-coordinate representation of color #D99A25: hue angle of 39º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D99A25 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 37 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.15 |
| HSL | 39º | 0.71% | 0.5% | - |
| HSV(B) | 39º | 0.83% | 0.85% | - |
| XYZ | 40.5 | 38 | 6.95 | - |
| YUV | 159.5 | 58.87 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 37 | 0 | 0.29 | 0.83 | 0.15 | 39 | 0.71 | 0.5 |
| Hex | D9 | 9A | 25 | 0 | 1D | 53 | F | 27 | 47 | 32 |
| Octal | 331 | 232 | 45 | 0 | 35 | 123 | 17 | 47 | 107 | 62 |
| Binary | 11011001 | 10011010 | 100101 | 0 | 11101 | 1010011 | 1111 | 100111 | 1000111 | 110010 |
Color Harmonies of #D99A25
Complementary color
Monochromatic Colors of #D99A25
Black with #D99A25
Text Example
Text Example
White with #D99A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A25; }
p { color: rgb(217,154,37); }
H1.HeaderClassName
{
color: #D99A25;
}
.AnyTagClassName
{
color: #D99A25;
}
</style>
background-color css
<style>
a { background-color: #D99A25; }
a { background-color: rgb(217,154,37); }
div.DivClassName
{
background-color: #D99A25;
}
.BgClassName
{
background-color: #D99A25;
}
</style>
border-color css
<style>
span { border-color: #D99A25; }
span { border-color: rgb(217,154,37); }
td.TdClassName
{
border-color: #D99A25;
}
.TagClassName
{
border-color: #D99A25;
}
</style>