Shades of Buttercup #D99225
Tints of Buttercup #D99225
RGB
CMYK
RGB Variations
Color information
#D99225 (or 0xD99225) is known color: Buttercup. HEX triplet: D9, 92 and 25. RGB value is (217,146,37). Sum of RGB (Red+Green+Blue) = 217+146+37=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 37 (14.84% from 255 or 9.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D99225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99225 is #266DDA. Grayscale: #9B9B9B. Windows color (decimal): -2518491 or 2462425. OLE color: 2462425.
HSL color Cylindrical-coordinate representation of color #D99225: hue angle of 36.33º 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 #D99225 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 146 | 37 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.15 |
| HSL | 36.33º | 0.71% | 0.5% | - |
| HSV(B) | 36.33º | 0.83% | 0.85% | - |
| XYZ | 39.23 | 35.44 | 6.52 | - |
| YUV | 154.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 146 | 37 | 0 | 0.33 | 0.83 | 0.15 | 36.33 | 0.71 | 0.5 |
| Hex | D9 | 92 | 25 | 0 | 21 | 53 | F | 24 | 47 | 32 |
| Octal | 331 | 222 | 45 | 0 | 41 | 123 | 17 | 44 | 107 | 62 |
| Binary | 11011001 | 10010010 | 100101 | 0 | 100001 | 1010011 | 1111 | 100100 | 1000111 | 110010 |
Color Harmonies of #D99225
Complementary color
Monochromatic Colors of #D99225
Black with #D99225
Text Example
Text Example
White with #D99225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99225; }
p { color: rgb(217,146,37); }
H1.HeaderClassName
{
color: #D99225;
}
.AnyTagClassName
{
color: #D99225;
}
</style>
background-color css
<style>
a { background-color: #D99225; }
a { background-color: rgb(217,146,37); }
div.DivClassName
{
background-color: #D99225;
}
.BgClassName
{
background-color: #D99225;
}
</style>
border-color css
<style>
span { border-color: #D99225; }
span { border-color: rgb(217,146,37); }
td.TdClassName
{
border-color: #D99225;
}
.TagClassName
{
border-color: #D99225;
}
</style>