Html Css Color HEX #DC6033 Chilean Fire

📋 copy color: '#DC6033'

red 220 ◦ green 96 ◦ blue 51

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

Shades of Chilean Fire #DC6033

Tints of Chilean Fire #DC6033

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.16%

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

R = 59.95%
G = 26.16%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC6033 (or 0xDC6033) is known color: Chilean Fire. HEX triplet: DC, 60 and 33. RGB value is (220,96,51). Sum of RGB (Red+Green+Blue) = 220+96+51=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6033 is #239FCC. Grayscale: #808080. Windows color (decimal): -2334669 or 3367132. OLE color: 3367132.

HSL color Cylindrical-coordinate representation of color #DC6033: hue angle of 15.98º 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 #DC6033 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 96 51 -
CMYK 0 0.56 0.77 0.14
HSL 15.98º 0.71% 0.53% -
HSV(B) 15.98º 0.77% 0.86% -
XYZ 34.3 23.82 5.92 -
YUV 127.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 220 96 51 0 0.56 0.77 0.14 15.98 0.71 0.53
Hex DC 60 33 0 38 4D E 10 47 35
Octal 334 140 63 0 70 115 16 20 107 65
Binary 11011100 1100000 110011 0 111000 1001101 1110 10000 1000111 110101

Color Harmonies of #DC6033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6033

Black with #DC6033

Text Example


Text Example

White with #DC6033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6033; }

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

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

background-color css

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

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

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

border-color css

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

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

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