Shades of Buttercup #D99430
Tints of Buttercup #D99430
RGB
CMYK
RGB Variations
Color information
#D99430 (or 0xD99430) is known color: Buttercup. HEX triplet: D9, 94 and 30. RGB value is (217,148,48). Sum of RGB (Red+Green+Blue) = 217+148+48=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D99430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99430 is #266BCF. Grayscale: #9D9D9D. Windows color (decimal): -2517968 or 3183833. OLE color: 3183833.
HSL color Cylindrical-coordinate representation of color #D99430: hue angle of 35.5º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D99430 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 148 | 48 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.15 |
| HSL | 35.5º | 0.69% | 0.52% | - |
| HSV(B) | 35.5º | 0.78% | 0.85% | - |
| XYZ | 39.74 | 36.14 | 7.68 | - |
| YUV | 157.23 | 66.36 | 170.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 148 | 48 | 0 | 0.32 | 0.78 | 0.15 | 35.5 | 0.69 | 0.52 |
| Hex | D9 | 94 | 30 | 0 | 20 | 4E | F | 24 | 45 | 34 |
| Octal | 331 | 224 | 60 | 0 | 40 | 116 | 17 | 44 | 105 | 64 |
| Binary | 11011001 | 10010100 | 110000 | 0 | 100000 | 1001110 | 1111 | 100100 | 1000101 | 110100 |
Color Harmonies of #D99430
Complementary color
Monochromatic Colors of #D99430
Black with #D99430
Text Example
Text Example
White with #D99430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99430; }
p { color: rgb(217,148,48); }
H1.HeaderClassName
{
color: #D99430;
}
.AnyTagClassName
{
color: #D99430;
}
</style>
background-color css
<style>
a { background-color: #D99430; }
a { background-color: rgb(217,148,48); }
div.DivClassName
{
background-color: #D99430;
}
.BgClassName
{
background-color: #D99430;
}
</style>
border-color css
<style>
span { border-color: #D99430; }
span { border-color: rgb(217,148,48); }
td.TdClassName
{
border-color: #D99430;
}
.TagClassName
{
border-color: #D99430;
}
</style>