Html Css Color HEX #DC5A33 Chilean Fire

📋 copy color: '#DC5A33'

red 220 ◦ green 90 ◦ blue 51

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

Shades of Chilean Fire #DC5A33

Tints of Chilean Fire #DC5A33

RGB

 RED value IS 220 (86.33% from 255) = 60.94%

 GREEN value IS 90 (35.55% from 255) = 24.93%

 BLUE value IS 51 (20.31% from 255) = 14.13%

R = 60.94%
G = 24.93%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC5A33 (or 0xDC5A33) is known color: Chilean Fire. HEX triplet: DC, 5A and 33. RGB value is (220,90,51). Sum of RGB (Red+Green+Blue) = 220+90+51=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5A33 is #23A5CC. Grayscale: #7C7C7C. Windows color (decimal): -2336205 or 3365596. OLE color: 3365596.

HSL color Cylindrical-coordinate representation of color #DC5A33: hue angle of 13.85º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DC5A33 is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 51 -
CMYK 0 0.59 0.77 0.14
HSL 13.85º 0.71% 0.53% -
HSV(B) 13.85º 0.77% 0.86% -
XYZ 33.77 22.77 5.75 -
YUV 124.42 86.57 196.17 -
System Red Green Blue C M Y K H S L
Decimal 220 90 51 0 0.59 0.77 0.14 13.85 0.71 0.53
Hex DC 5A 33 0 3B 4D E E 47 35
Octal 334 132 63 0 73 115 16 16 107 65
Binary 11011100 1011010 110011 0 111011 1001101 1110 1110 1000111 110101

Color Harmonies of #DC5A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A33

Black with #DC5A33

Text Example


Text Example

White with #DC5A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A33; }

 p { color: rgb(220,90,51); }

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

background-color css

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

 a { background-color: rgb(220,90,51); }

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

border-color css

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

 span { border-color: rgb(220,90,51); }

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