#DD8C46

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

Shades of Fire Bush #DD8C46

Tints of Fire Bush #DD8C46

Color information

#DD8C46 (or 0xDD8C46) is unknown color: approx Fire Bush. HEX triplet: DD, 8C and 46. RGB value is (221,140,70). Sum of RGB (Red+Green+Blue) = 221+140+70=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8C46 is #2273B9. Grayscale: #9C9C9C. Windows color (decimal): -2257850 or 4623581. OLE color: 4623581.

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

Color convert

RGB22114070-
CMYK00.370.680.13
HSL27.81º68.95%57.06%-
HSV(B)27.81º68.33%86.67%-
XYZ40.334.5710.34-
YUV156.2479.34174.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 140 (55.08% from 255) = 32.48%
BLUE value IS 70 (27.73% from 255) = 16.24%
R=51.28%
G=32.48%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211407000.370.680.1327.8168.9557.06
HexDD8C4602544D1c4539
Octal335214106045104153410571
Binary11011101100011001000110010010110001001101111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8C46; }

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

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

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

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

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

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

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

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