Html Css Color HEX #DC561D Chocolate

📋 copy color: '#DC561D'

red 220 ◦ green 86 ◦ blue 29

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

Shades of Chocolate #DC561D

Tints of Chocolate #DC561D

RGB

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

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

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

R = 65.67%
G = 25.67%
B = 8.66%

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

#DC561D (or 0xDC561D) is known color: Chocolate. HEX triplet: DC, 56 and 1D. RGB value is (220,86,29). Sum of RGB (Red+Green+Blue) = 220+86+29=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 86 (33.98% from 255 or 25.67% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC561D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC561D is #23A9E2. Grayscale: #777777. Windows color (decimal): -2337251 or 1922780. OLE color: 1922780.

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

Color convert

RGB 220 86 29 -
CMYK 0 0.61 0.87 0.14
HSL 17.91º 0.77% 0.49% -
HSV(B) 17.91º 0.87% 0.86% -
XYZ 33.06 21.96 3.66 -
YUV 119.57 76.89 199.63 -
System Red Green Blue C M Y K H S L
Decimal 220 86 29 0 0.61 0.87 0.14 17.91 0.77 0.49
Hex DC 56 1D 0 3D 57 E 12 4D 31
Octal 334 126 35 0 75 127 16 22 115 61
Binary 11011100 1010110 11101 0 111101 1010111 1110 10010 1001101 110001

Color Harmonies of #DC561D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC561D

Black with #DC561D

Text Example


Text Example

White with #DC561D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC561D; }

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

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

background-color css

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

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

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

border-color css

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

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

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