Html Css Color HEX #DC561B Chocolate

📋 copy color: '#DC561B'

red 220 ◦ green 86 ◦ blue 27

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

Shades of Chocolate #DC561B

Tints of Chocolate #DC561B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.83%

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 66.07%
G = 25.83%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC561B (or 0xDC561B) is known color: Chocolate. HEX triplet: DC, 56 and 1B. RGB value is (220,86,27). Sum of RGB (Red+Green+Blue) = 220+86+27=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC561B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC561B is #23A9E4. Grayscale: #777777. Windows color (decimal): -2337253 or 1791708. OLE color: 1791708.

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

Color convert

RGB 220 86 27 -
CMYK 0 0.61 0.88 0.14
HSL 18.34º 0.78% 0.48% -
HSV(B) 18.34º 0.88% 0.86% -
XYZ 33.04 21.95 3.53 -
YUV 119.34 75.89 199.8 -
System Red Green Blue C M Y K H S L
Decimal 220 86 27 0 0.61 0.88 0.14 18.34 0.78 0.48
Hex DC 56 1B 0 3D 58 E 12 4E 30
Octal 334 126 33 0 75 130 16 22 116 60
Binary 11011100 1010110 11011 0 111101 1011000 1110 10010 1001110 110000

Color Harmonies of #DC561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC561B

Black with #DC561B

Text Example


Text Example

White with #DC561B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC561B; }

 p { color: rgb(220,86,27); }

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

background-color css

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

 a { background-color: rgb(220,86,27); }

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

border-color css

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

 span { border-color: rgb(220,86,27); }

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