Shades of Buttercup #D99E30
Tints of Buttercup #D99E30
RGB
CMYK
RGB Variations
Color information
#D99E30 (or 0xD99E30) is known color: Buttercup. HEX triplet: D9, 9E and 30. RGB value is (217,158,48). Sum of RGB (Red+Green+Blue) = 217+158+48=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D99E30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99E30 is #2661CF. Grayscale: #A3A3A3. Windows color (decimal): -2515408 or 3186393. OLE color: 3186393.
HSL color Cylindrical-coordinate representation of color #D99E30: hue angle of 39.05º 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 #D99E30 is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 158 | 48 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.15 |
| HSL | 39.05º | 0.69% | 0.52% | - |
| HSV(B) | 39.05º | 0.78% | 0.85% | - |
| XYZ | 41.38 | 39.42 | 8.22 | - |
| YUV | 163.1 | 63.05 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 158 | 48 | 0 | 0.27 | 0.78 | 0.15 | 39.05 | 0.69 | 0.52 |
| Hex | D9 | 9E | 30 | 0 | 1B | 4E | F | 27 | 45 | 34 |
| Octal | 331 | 236 | 60 | 0 | 33 | 116 | 17 | 47 | 105 | 64 |
| Binary | 11011001 | 10011110 | 110000 | 0 | 11011 | 1001110 | 1111 | 100111 | 1000101 | 110100 |
Color Harmonies of #D99E30
Complementary color
Monochromatic Colors of #D99E30
Black with #D99E30
Text Example
Text Example
White with #D99E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99E30; }
p { color: rgb(217,158,48); }
H1.HeaderClassName
{
color: #D99E30;
}
.AnyTagClassName
{
color: #D99E30;
}
</style>
background-color css
<style>
a { background-color: #D99E30; }
a { background-color: rgb(217,158,48); }
div.DivClassName
{
background-color: #D99E30;
}
.BgClassName
{
background-color: #D99E30;
}
</style>
border-color css
<style>
span { border-color: #D99E30; }
span { border-color: rgb(217,158,48); }
td.TdClassName
{
border-color: #D99E30;
}
.TagClassName
{
border-color: #D99E30;
}
</style>