Html Css Color HEX #DD5622 Chilean Fire

📋 copy color: '#DD5622'

red 221 ◦ green 86 ◦ blue 34

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

Shades of Chilean Fire #DD5622

Tints of Chilean Fire #DD5622

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 34 (13.67% from 255) = 9.97%

R = 64.81%
G = 25.22%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DD5622 (or 0xDD5622) is known color: Chilean Fire. HEX triplet: DD, 56 and 22. RGB value is (221,86,34). Sum of RGB (Red+Green+Blue) = 221+86+34=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD5622 is #22A9DD. Grayscale: #787878. Windows color (decimal): -2271710 or 2250461. OLE color: 2250461.

HSL color Cylindrical-coordinate representation of color #DD5622: hue angle of 16.68º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD5622 is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 34 -
CMYK 0 0.61 0.85 0.13
HSL 16.68º 0.73% 0.5% -
HSV(B) 16.68º 0.85% 0.87% -
XYZ 33.44 22.14 4.03 -
YUV 120.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 221 86 34 0 0.61 0.85 0.13 16.68 0.73 0.5
Hex DD 56 22 0 3D 55 D 11 49 32
Octal 335 126 42 0 75 125 15 21 111 62
Binary 11011101 1010110 100010 0 111101 1010101 1101 10001 1001001 110010

Color Harmonies of #DD5622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5622

Black with #DD5622

Text Example


Text Example

White with #DD5622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5622; }

 p { color: rgb(221,86,34); }

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

background-color css

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

 a { background-color: rgb(221,86,34); }

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

border-color css

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

 span { border-color: rgb(221,86,34); }

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