Html Css Color HEX #DC711D Chocolate

📋 copy color: '#DC711D'

red 220 ◦ green 113 ◦ blue 29

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

Shades of Chocolate #DC711D

Tints of Chocolate #DC711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.22%

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

R = 60.77%
G = 31.22%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC711D (or 0xDC711D) is known color: Chocolate. HEX triplet: DC, 71 and 1D. RGB value is (220,113,29). Sum of RGB (Red+Green+Blue) = 220+113+29=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC711D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC711D is #238EE2. Grayscale: #878787. Windows color (decimal): -2330339 or 1929692. OLE color: 1929692.

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

Color convert

RGB 220 113 29 -
CMYK 0 0.49 0.87 0.14
HSL 26.39º 0.77% 0.49% -
HSV(B) 26.39º 0.87% 0.86% -
XYZ 35.64 27.11 4.52 -
YUV 135.42 67.95 188.33 -
System Red Green Blue C M Y K H S L
Decimal 220 113 29 0 0.49 0.87 0.14 26.39 0.77 0.49
Hex DC 71 1D 0 31 57 E 1A 4D 31
Octal 334 161 35 0 61 127 16 32 115 61
Binary 11011100 1110001 11101 0 110001 1010111 1110 11010 1001101 110001

Color Harmonies of #DC711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC711D

Black with #DC711D

Text Example


Text Example

White with #DC711D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC711D; }

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

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

background-color css

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

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

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

border-color css

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

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

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