#DE954D

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

Shades of Fire Bush #DE954D

Tints of Fire Bush #DE954D

Color information

#DE954D (or 0xDE954D) is unknown color: approx Fire Bush. HEX triplet: DE, 95 and 4D. RGB value is (222,149,77). Sum of RGB (Red+Green+Blue) = 222+149+77=448 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.55% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 222 - color contains mainly: red. Hex color #DE954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE954D is #216AB2. Grayscale: #A2A2A2. Windows color (decimal): -2190003 or 5084638. OLE color: 5084638.

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

Color convert

RGB22214977-
CMYK00.330.650.13
HSL29.79º68.72%58.63%-
HSV(B)29.79º65.32%87.06%-
XYZ42.2137.5612.05-
YUV162.6279.68170.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.55%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 77 (30.47% from 255) = 17.19%
R=49.55%
G=33.26%
B=17.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221497700.330.650.1329.7968.7258.63
HexDE954D02141D1e453b
Octal336225115041101153610573
Binary11011110100101011001101010000110000011101111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE954D; }

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

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

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

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

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

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

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

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