#DE921E

Color #DE921E Buttercup (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttercup #DE921E

Tints of Buttercup #DE921E

Color information

#DE921E (or 0xDE921E) is unknown color: approx Buttercup. HEX triplet: DE, 92 and 1E. RGB value is (222,146,30). Sum of RGB (Red+Green+Blue) = 222+146+30=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE921E is #216DE1. Grayscale: #9C9C9C. Windows color (decimal): -2190818 or 2003678. OLE color: 2003678.

HSL color Cylindrical-coordinate representation of color #DE921E: hue angle of 36.25º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE921E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22214630-
CMYK00.340.860.13
HSL36.25º76.19%49.41%-
HSV(B)36.25º86.49%87.06%-
XYZ40.6436.186.07-
YUV155.557.18175.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 55.78%
GREEN value IS 146 (57.42% from 255) = 36.68%
BLUE value IS 30 (12.11% from 255) = 7.54%
R=55.78%
G=36.68%
B=7.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221463000.340.860.1336.2576.1949.41
HexDE921E02256D244c31
Octal33622236042126154411461
Binary1101111010010010111100100010101011011011001001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE921E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE921E; }

 p { color: rgb(222,146,30); }

 H1.HeaderClassName
 {
   color: #DE921E;
 }
 .AnyTagClassName
 {
   color: #DE921E;
 }
</style>
background-color css

<style>
 a { background-color: #DE921E; }

 a { background-color: rgb(222,146,30); }

 div.DivClassName
 {
   background-color: #DE921E;
 }
 .BgClassName
 {
   background-color: #DE921E;
 }
</style>
border-color css

<style>
 span { border-color: #DE921E; }

 span { border-color: rgb(222,146,30); }

 td.TdClassName
 {
   border-color: #DE921E;
 }
 .TagClassName
 {
   border-color: #DE921E;
 }
</style>