#DE953E

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

Shades of Fire Bush #DE953E

Tints of Fire Bush #DE953E

Color information

#DE953E (or 0xDE953E) is unknown color: approx Fire Bush. HEX triplet: DE, 95 and 3E. RGB value is (222,149,62). Sum of RGB (Red+Green+Blue) = 222+149+62=433 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.27% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 222 - color contains mainly: red. Hex color #DE953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE953E is #216AC1. Grayscale: #A1A1A1. Windows color (decimal): -2190018 or 4101598. OLE color: 4101598.

HSL color Cylindrical-coordinate representation of color #DE953E: hue angle of 32.63º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DE953E is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22214962-
CMYK00.330.720.13
HSL32.63º70.8%55.69%-
HSV(B)32.63º72.07%87.06%-
XYZ41.7437.379.57-
YUV160.9172.18171.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.27%
GREEN value IS 149 (58.59% from 255) = 34.41%
BLUE value IS 62 (24.61% from 255) = 14.32%
R=51.27%
G=34.41%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221496200.330.720.1332.6370.855.69
HexDE953E02148D214738
Octal33622576041110154110770
Binary11011110100101011111100100001100100011011000011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE953E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE953E; }

 p { color: rgb(222,149,62); }

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

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

 a { background-color: rgb(222,149,62); }

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

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

 span { border-color: rgb(222,149,62); }

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