Html Css Color HEX #DD522D Chilean Fire

📋 copy color: '#DD522D'

red 221 ◦ green 82 ◦ blue 45

#DD522D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chilean Fire #DD522D

Tints of Chilean Fire #DD522D

RGB

 RED value IS 221 (86.72% from 255) = 63.51%

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 63.51%
G = 23.56%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DD522D (or 0xDD522D) is known color: Chilean Fire. HEX triplet: DD, 52 and 2D. RGB value is (221,82,45). Sum of RGB (Red+Green+Blue) = 221+82+45=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD522D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD522D is #22ADD2. Grayscale: #777777. Windows color (decimal): -2272723 or 2970333. OLE color: 2970333.

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

Color convert

RGB 221 82 45 -
CMYK 0 0.63 0.80 0.13
HSL 12.61º 0.72% 0.52% -
HSV(B) 12.61º 0.8% 0.87% -
XYZ 33.31 21.6 4.9 -
YUV 119.34 86.05 200.51 -
System Red Green Blue C M Y K H S L
Decimal 221 82 45 0 0.63 0.80 0.13 12.61 0.72 0.52
Hex DD 52 2D 0 3F 50 D D 48 34
Octal 335 122 55 0 77 120 15 15 110 64
Binary 11011101 1010010 101101 0 111111 1010000 1101 1101 1001000 110100

Color Harmonies of #DD522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD522D

Black with #DD522D

Text Example


Text Example

White with #DD522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD522D; }

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

 H1.HeaderClassName
 {
   color: #DD522D;
 }
 .AnyTagClassName
 {
   color: #DD522D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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