Html Css Color HEX #DD522E Chilean Fire

📋 copy color: '#DD522E'

red 221 ◦ green 82 ◦ blue 46

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

Shades of Chilean Fire #DD522E

Tints of Chilean Fire #DD522E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 63.32%
G = 23.5%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DD522E (or 0xDD522E) is known color: Chilean Fire. HEX triplet: DD, 52 and 2E. RGB value is (221,82,46). Sum of RGB (Red+Green+Blue) = 221+82+46=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD522E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD522E is #22ADD1. Grayscale: #777777. Windows color (decimal): -2272722 or 3035869. OLE color: 3035869.

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

Color convert

RGB 221 82 46 -
CMYK 0 0.63 0.79 0.13
HSL 12.34º 0.72% 0.52% -
HSV(B) 12.34º 0.79% 0.87% -
XYZ 33.33 21.6 5 -
YUV 119.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 221 82 46 0 0.63 0.79 0.13 12.34 0.72 0.52
Hex DD 52 2E 0 3F 4F D C 48 34
Octal 335 122 56 0 77 117 15 14 110 64
Binary 11011101 1010010 101110 0 111111 1001111 1101 1100 1001000 110100

Color Harmonies of #DD522E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD522E

Black with #DD522E

Text Example


Text Example

White with #DD522E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD522E; }

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

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

background-color css

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

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

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

border-color css

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

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

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