Shades of Buttercup #D99C28
Tints of Buttercup #D99C28
RGB
CMYK
RGB Variations
Color information
#D99C28 (or 0xD99C28) is known color: Buttercup. HEX triplet: D9, 9C and 28. RGB value is (217,156,40). Sum of RGB (Red+Green+Blue) = 217+156+40=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 156 (61.33% from 255 or 37.77% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D99C28 is #2663D7. Grayscale: #A1A1A1. Windows color (decimal): -2515928 or 2661593. OLE color: 2661593.
HSL color Cylindrical-coordinate representation of color #D99C28: hue angle of 39.32º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D99C28 is Cyan = 0, Magento = 0.28, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 156 | 40 | - |
| CMYK | 0 | 0.28 | 0.82 | 0.15 |
| HSL | 39.32º | 0.7% | 0.5% | - |
| HSV(B) | 39.32º | 0.82% | 0.85% | - |
| XYZ | 40.89 | 38.68 | 7.32 | - |
| YUV | 161.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 156 | 40 | 0 | 0.28 | 0.82 | 0.15 | 39.32 | 0.7 | 0.5 |
| Hex | D9 | 9C | 28 | 0 | 1C | 52 | F | 27 | 46 | 32 |
| Octal | 331 | 234 | 50 | 0 | 34 | 122 | 17 | 47 | 106 | 62 |
| Binary | 11011001 | 10011100 | 101000 | 0 | 11100 | 1010010 | 1111 | 100111 | 1000110 | 110010 |
Color Harmonies of #D99C28
Complementary color
Monochromatic Colors of #D99C28
Black with #D99C28
Text Example
Text Example
White with #D99C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99C28; }
p { color: rgb(217,156,40); }
H1.HeaderClassName
{
color: #D99C28;
}
.AnyTagClassName
{
color: #D99C28;
}
</style>
background-color css
<style>
a { background-color: #D99C28; }
a { background-color: rgb(217,156,40); }
div.DivClassName
{
background-color: #D99C28;
}
.BgClassName
{
background-color: #D99C28;
}
</style>
border-color css
<style>
span { border-color: #D99C28; }
span { border-color: rgb(217,156,40); }
td.TdClassName
{
border-color: #D99C28;
}
.TagClassName
{
border-color: #D99C28;
}
</style>