Html Css Color HEX #DC551C Chocolate

📋 copy color: '#DC551C'

red 220 ◦ green 85 ◦ blue 28

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

Shades of Chocolate #DC551C

Tints of Chocolate #DC551C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.41%

R = 66.07%
G = 25.53%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC551C (or 0xDC551C) is known color: Chocolate. HEX triplet: DC, 55 and 1C. RGB value is (220,85,28). Sum of RGB (Red+Green+Blue) = 220+85+28=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC551C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC551C is #23AAE3. Grayscale: #777777. Windows color (decimal): -2337508 or 1856988. OLE color: 1856988.

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

Color convert

RGB 220 85 28 -
CMYK 0 0.61 0.87 0.14
HSL 17.81º 0.77% 0.49% -
HSV(B) 17.81º 0.87% 0.86% -
XYZ 32.97 21.8 3.57 -
YUV 118.87 76.73 200.13 -
System Red Green Blue C M Y K H S L
Decimal 220 85 28 0 0.61 0.87 0.14 17.81 0.77 0.49
Hex DC 55 1C 0 3D 57 E 12 4D 31
Octal 334 125 34 0 75 127 16 22 115 61
Binary 11011100 1010101 11100 0 111101 1010111 1110 10010 1001101 110001

Color Harmonies of #DC551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC551C

Black with #DC551C

Text Example


Text Example

White with #DC551C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC551C; }

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

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

background-color css

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

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

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

border-color css

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

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

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