#DE964D

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

Shades of Fire Bush #DE964D

Tints of Fire Bush #DE964D

Color information

#DE964D (or 0xDE964D) is unknown color: approx Fire Bush. HEX triplet: DE, 96 and 4D. RGB value is (222,150,77). Sum of RGB (Red+Green+Blue) = 222+150+77=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 77 (30.47% from 255 or 17.15% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE964D is #2169B2. Grayscale: #A3A3A3. Windows color (decimal): -2189747 or 5084894. OLE color: 5084894.

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

Color convert

RGB22215077-
CMYK00.320.650.13
HSL30.21º68.72%58.63%-
HSV(B)30.21º65.32%87.06%-
XYZ42.3737.8812.1-
YUV163.2179.35169.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.44%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 77 (30.47% from 255) = 17.15%
R=49.44%
G=33.41%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221507700.320.650.1330.2168.7258.63
HexDE964D02041D1e453b
Octal336226115040101153610573
Binary11011110100101101001101010000010000011101111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE964D; }

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

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

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

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

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

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

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

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