Html Css Color HEX #DC551E Chocolate

📋 copy color: '#DC551E'

red 220 ◦ green 85 ◦ blue 30

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

Shades of Chocolate #DC551E

Tints of Chocolate #DC551E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.37%

 BLUE value IS 30 (12.11% from 255) = 8.96%

R = 65.67%
G = 25.37%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC551E (or 0xDC551E) is known color: Chocolate. HEX triplet: DC, 55 and 1E. RGB value is (220,85,30). Sum of RGB (Red+Green+Blue) = 220+85+30=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC551E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC551E is #23AAE1. Grayscale: #777777. Windows color (decimal): -2337506 or 1988060. OLE color: 1988060.

HSL color Cylindrical-coordinate representation of color #DC551E: hue angle of 17.37º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC551E is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 85 30 -
CMYK 0 0.61 0.86 0.14
HSL 17.37º 0.76% 0.49% -
HSV(B) 17.37º 0.86% 0.86% -
XYZ 33 21.81 3.7 -
YUV 119.1 77.73 199.97 -
System Red Green Blue C M Y K H S L
Decimal 220 85 30 0 0.61 0.86 0.14 17.37 0.76 0.49
Hex DC 55 1E 0 3D 56 E 11 4C 31
Octal 334 125 36 0 75 126 16 21 114 61
Binary 11011100 1010101 11110 0 111101 1010110 1110 10001 1001100 110001

Color Harmonies of #DC551E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC551E

Black with #DC551E

Text Example


Text Example

White with #DC551E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC551E; }

 p { color: rgb(220,85,30); }

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

background-color css

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

 a { background-color: rgb(220,85,30); }

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

border-color css

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

 span { border-color: rgb(220,85,30); }

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