#DD522A

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

Shades of Chilean Fire #DD522A

Tints of Chilean Fire #DD522A

Color information

#DD522A (or 0xDD522A) is unknown color: approx Chilean Fire. HEX triplet: DD, 52 and 2A. RGB value is (221,82,42). Sum of RGB (Red+Green+Blue) = 221+82+42=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD522A is #22ADD5. Grayscale: #777777. Windows color (decimal): -2272726 or 2773725. OLE color: 2773725.

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

Color convert

RGB2218242-
CMYK00.630.810.13
HSL13.41º72.47%51.57%-
HSV(B)13.41º81%86.67%-
XYZ33.2521.574.6-
YUV11984.55200.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 64.06%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=64.06%
G=23.77%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221824200.630.810.1313.4172.4751.57
HexDD522A03F51Dd4834
Octal33512252077121151511064
Binary11011101101001010101001111111010001110111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD522A; }

 p { color: rgb(221,82,42); }

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

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

 a { background-color: rgb(221,82,42); }

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

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

 span { border-color: rgb(221,82,42); }

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