Shades of Buttercup #D99A1C
Tints of Buttercup #D99A1C
RGB
CMYK
RGB Variations
Color information
#D99A1C (or 0xD99A1C) is known color: Buttercup. HEX triplet: D9, 9A and 1C. RGB value is (217,154,28). Sum of RGB (Red+Green+Blue) = 217+154+28=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D99A1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99A1C is #2665E3. Grayscale: #9F9F9F. Windows color (decimal): -2516452 or 1874649. OLE color: 1874649.
HSL color Cylindrical-coordinate representation of color #D99A1C: hue angle of 40º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D99A1C is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 154 | 28 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.15 |
| HSL | 40º | 0.77% | 0.48% | - |
| HSV(B) | 40º | 0.87% | 0.85% | - |
| XYZ | 40.38 | 37.95 | 6.29 | - |
| YUV | 158.47 | 54.37 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 154 | 28 | 0 | 0.29 | 0.87 | 0.15 | 40 | 0.77 | 0.48 |
| Hex | D9 | 9A | 1C | 0 | 1D | 57 | F | 28 | 4D | 30 |
| Octal | 331 | 232 | 34 | 0 | 35 | 127 | 17 | 50 | 115 | 60 |
| Binary | 11011001 | 10011010 | 11100 | 0 | 11101 | 1010111 | 1111 | 101000 | 1001101 | 110000 |
Color Harmonies of #D99A1C
Complementary color
Monochromatic Colors of #D99A1C
Black with #D99A1C
Text Example
Text Example
White with #D99A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99A1C; }
p { color: rgb(217,154,28); }
H1.HeaderClassName
{
color: #D99A1C;
}
.AnyTagClassName
{
color: #D99A1C;
}
</style>
background-color css
<style>
a { background-color: #D99A1C; }
a { background-color: rgb(217,154,28); }
div.DivClassName
{
background-color: #D99A1C;
}
.BgClassName
{
background-color: #D99A1C;
}
</style>
border-color css
<style>
span { border-color: #D99A1C; }
span { border-color: rgb(217,154,28); }
td.TdClassName
{
border-color: #D99A1C;
}
.TagClassName
{
border-color: #D99A1C;
}
</style>