Html Css Color HEX #DC533A Chilean Fire

📋 copy color: '#DC533A'

red 220 ◦ green 83 ◦ blue 58

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

Shades of Chilean Fire #DC533A

Tints of Chilean Fire #DC533A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.99%

 BLUE value IS 58 (23.05% from 255) = 16.07%

R = 60.94%
G = 22.99%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DC533A (or 0xDC533A) is known color: Chilean Fire. HEX triplet: DC, 53 and 3A. RGB value is (220,83,58). Sum of RGB (Red+Green+Blue) = 220+83+58=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 58 (23.05% from 255 or 16.07% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC533A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC533A is #23ACC5. Grayscale: #797979. Windows color (decimal): -2337990 or 3822556. OLE color: 3822556.

HSL color Cylindrical-coordinate representation of color #DC533A: hue angle of 9.26º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DC533A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 58 -
CMYK 0 0.62 0.74 0.14
HSL 9.26º 0.7% 0.55% -
HSV(B) 9.26º 0.74% 0.86% -
XYZ 33.37 21.71 6.43 -
YUV 121.11 92.39 198.53 -
System Red Green Blue C M Y K H S L
Decimal 220 83 58 0 0.62 0.74 0.14 9.26 0.7 0.55
Hex DC 53 3A 0 3E 4A E 9 46 37
Octal 334 123 72 0 76 112 16 11 106 67
Binary 11011100 1010011 111010 0 111110 1001010 1110 1001 1000110 110111

Color Harmonies of #DC533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC533A

Black with #DC533A

Text Example


Text Example

White with #DC533A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC533A; }

 p { color: rgb(220,83,58); }

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

background-color css

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

 a { background-color: rgb(220,83,58); }

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

border-color css

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

 span { border-color: rgb(220,83,58); }

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