Html Css Color HEX #DC551D Chocolate

📋 copy color: '#DC551D'

red 220 ◦ green 85 ◦ blue 29

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

Shades of Chocolate #DC551D

Tints of Chocolate #DC551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 65.87%
G = 25.45%
B = 8.68%

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

#DC551D (or 0xDC551D) is known color: Chocolate. HEX triplet: DC, 55 and 1D. RGB value is (220,85,29). Sum of RGB (Red+Green+Blue) = 220+85+29=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 85 (33.59% from 255 or 25.45% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC551D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC551D is #23AAE2. Grayscale: #777777. Windows color (decimal): -2337507 or 1922524. OLE color: 1922524.

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

Color convert

RGB 220 85 29 -
CMYK 0 0.61 0.87 0.14
HSL 17.59º 0.77% 0.49% -
HSV(B) 17.59º 0.87% 0.86% -
XYZ 32.99 21.8 3.63 -
YUV 118.98 77.23 200.05 -
System Red Green Blue C M Y K H S L
Decimal 220 85 29 0 0.61 0.87 0.14 17.59 0.77 0.49
Hex DC 55 1D 0 3D 57 E 12 4D 31
Octal 334 125 35 0 75 127 16 22 115 61
Binary 11011100 1010101 11101 0 111101 1010111 1110 10010 1001101 110001

Color Harmonies of #DC551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC551D

Black with #DC551D

Text Example


Text Example

White with #DC551D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC551D; }

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

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

background-color css

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

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

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

border-color css

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

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

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