Shades of Buttercup #CE951D
Tints of Buttercup #CE951D
RGB
CMYK
RGB Variations
Color information
#CE951D (or 0xCE951D) is known color: Buttercup. HEX triplet: CE, 95 and 1D. RGB value is (206,149,29). Sum of RGB (Red+Green+Blue) = 206+149+29=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE951D is #316AE2. Grayscale: #989898. Windows color (decimal): -3238627 or 1938894. OLE color: 1938894.
HSL color Cylindrical-coordinate representation of color #CE951D: hue angle of 40.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE951D is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 149 | 29 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.19 |
| HSL | 40.68º | 0.75% | 0.46% | - |
| HSV(B) | 40.68º | 0.86% | 0.81% | - |
| XYZ | 36.42 | 34.71 | 5.94 | - |
| YUV | 152.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 149 | 29 | 0 | 0.28 | 0.86 | 0.19 | 40.68 | 0.75 | 0.46 |
| Hex | CE | 95 | 1D | 0 | 1C | 56 | 13 | 29 | 4B | 2E |
| Octal | 316 | 225 | 35 | 0 | 34 | 126 | 23 | 51 | 113 | 56 |
| Binary | 11001110 | 10010101 | 11101 | 0 | 11100 | 1010110 | 10011 | 101001 | 1001011 | 101110 |
Color Harmonies of #CE951D
Complementary color
Monochromatic Colors of #CE951D
Black with #CE951D
Text Example
Text Example
White with #CE951D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE951D; }
p { color: rgb(206,149,29); }
H1.HeaderClassName
{
color: #CE951D;
}
.AnyTagClassName
{
color: #CE951D;
}
</style>
background-color css
<style>
a { background-color: #CE951D; }
a { background-color: rgb(206,149,29); }
div.DivClassName
{
background-color: #CE951D;
}
.BgClassName
{
background-color: #CE951D;
}
</style>
border-color css
<style>
span { border-color: #CE951D; }
span { border-color: rgb(206,149,29); }
td.TdClassName
{
border-color: #CE951D;
}
.TagClassName
{
border-color: #CE951D;
}
</style>