#DD8E46

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

Shades of Fire Bush #DD8E46

Tints of Fire Bush #DD8E46

Color information

#DD8E46 (or 0xDD8E46) is unknown color: approx Fire Bush. HEX triplet: DD, 8E and 46. RGB value is (221,142,70). Sum of RGB (Red+Green+Blue) = 221+142+70=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8E46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8E46 is #2271B9. Grayscale: #9D9D9D. Windows color (decimal): -2257338 or 4624093. OLE color: 4624093.

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

Color convert

RGB22114270-
CMYK00.360.680.13
HSL28.61º68.95%57.06%-
HSV(B)28.61º68.33%86.67%-
XYZ40.635.1610.44-
YUV157.4178.67173.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 142 (55.86% from 255) = 32.79%
BLUE value IS 70 (27.73% from 255) = 16.17%
R=51.04%
G=32.79%
B=16.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211427000.360.680.1328.6168.9557.06
HexDD8E4602444D1d4539
Octal335216106044104153510571
Binary11011101100011101000110010010010001001101111011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8E46; }

 p { color: rgb(221,142,70); }

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

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

 a { background-color: rgb(221,142,70); }

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

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

 span { border-color: rgb(221,142,70); }

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