Html Css Color HEX #DC551F Chocolate

📋 copy color: '#DC551F'

red 220 ◦ green 85 ◦ blue 31

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

Shades of Chocolate #DC551F

Tints of Chocolate #DC551F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.23%

R = 65.48%
G = 25.3%
B = 9.23%

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

#DC551F (or 0xDC551F) is known color: Chocolate. HEX triplet: DC, 55 and 1F. RGB value is (220,85,31). Sum of RGB (Red+Green+Blue) = 220+85+31=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC551F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC551F is #23AAE0. Grayscale: #777777. Windows color (decimal): -2337505 or 2053596. OLE color: 2053596.

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

Color convert

RGB 220 85 31 -
CMYK 0 0.61 0.86 0.14
HSL 17.14º 0.75% 0.49% -
HSV(B) 17.14º 0.86% 0.86% -
XYZ 33.01 21.81 3.77 -
YUV 119.21 78.23 199.89 -
System Red Green Blue C M Y K H S L
Decimal 220 85 31 0 0.61 0.86 0.14 17.14 0.75 0.49
Hex DC 55 1F 0 3D 56 E 11 4B 31
Octal 334 125 37 0 75 126 16 21 113 61
Binary 11011100 1010101 11111 0 111101 1010110 1110 10001 1001011 110001

Color Harmonies of #DC551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC551F

Black with #DC551F

Text Example


Text Example

White with #DC551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC551F; }

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

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

background-color css

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

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

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

border-color css

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

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

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