#DE972C

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

Shades of Buttercup #DE972C

Tints of Buttercup #DE972C

Color information

#DE972C (or 0xDE972C) is unknown color: approx Buttercup. HEX triplet: DE, 97 and 2C. RGB value is (222,151,44). Sum of RGB (Red+Green+Blue) = 222+151+44=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 151 (59.38% from 255 or 36.21% from 417); Blue value is 44 (17.58% from 255 or 10.55% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DE972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE972C is #2168D3. Grayscale: #A0A0A0. Windows color (decimal): -2189524 or 2922462. OLE color: 2922462.

HSL color Cylindrical-coordinate representation of color #DE972C: hue angle of 36.07º 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 #DE972C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB22215144-
CMYK00.320.800.13
HSL36.07º72.95%52.16%-
HSV(B)36.07º80.18%87.06%-
XYZ41.6537.847.49-
YUV160.0362.52172.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.24%
GREEN value IS 151 (59.38% from 255) = 36.21%
BLUE value IS 44 (17.58% from 255) = 10.55%
R=53.24%
G=36.21%
B=10.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221514400.320.800.1336.0772.9552.16
HexDE972C02050D244934
Octal33622754040120154411164
Binary11011110100101111011000100000101000011011001001001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE972C; }

 p { color: rgb(222,151,44); }

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

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

 a { background-color: rgb(222,151,44); }

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

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

 span { border-color: rgb(222,151,44); }

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