Shades of Buttercup #DE9B2D
Tints of Buttercup #DE9B2D
RGB
CMYK
RGB Variations
Color information
#DE9B2D (or 0xDE9B2D) is known color: Buttercup. HEX triplet: DE, 9B and 2D. RGB value is (222,155,45). Sum of RGB (Red+Green+Blue) = 222+155+45=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE9B2D is #2164D2. Grayscale: #A2A2A2. Windows color (decimal): -2188499 or 2989022. OLE color: 2989022.
HSL color Cylindrical-coordinate representation of color #DE9B2D: hue angle of 37.29º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE9B2D is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 155 | 45 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.13 |
| HSL | 37.29º | 0.73% | 0.52% | - |
| HSV(B) | 37.29º | 0.8% | 0.87% | - |
| XYZ | 42.32 | 39.16 | 7.81 | - |
| YUV | 162.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 155 | 45 | 0 | 0.30 | 0.80 | 0.13 | 37.29 | 0.73 | 0.52 |
| Hex | DE | 9B | 2D | 0 | 1E | 50 | D | 25 | 49 | 34 |
| Octal | 336 | 233 | 55 | 0 | 36 | 120 | 15 | 45 | 111 | 64 |
| Binary | 11011110 | 10011011 | 101101 | 0 | 11110 | 1010000 | 1101 | 100101 | 1001001 | 110100 |
Color Harmonies of #DE9B2D
Complementary color
Monochromatic Colors of #DE9B2D
Black with #DE9B2D
Text Example
Text Example
White with #DE9B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9B2D; }
p { color: rgb(222,155,45); }
H1.HeaderClassName
{
color: #DE9B2D;
}
.AnyTagClassName
{
color: #DE9B2D;
}
</style>
background-color css
<style>
a { background-color: #DE9B2D; }
a { background-color: rgb(222,155,45); }
div.DivClassName
{
background-color: #DE9B2D;
}
.BgClassName
{
background-color: #DE9B2D;
}
</style>
border-color css
<style>
span { border-color: #DE9B2D; }
span { border-color: rgb(222,155,45); }
td.TdClassName
{
border-color: #DE9B2D;
}
.TagClassName
{
border-color: #DE9B2D;
}
</style>