Html Css Color HEX #DC701D Chocolate

📋 copy color: '#DC701D'

red 220 ◦ green 112 ◦ blue 29

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

Shades of Chocolate #DC701D

Tints of Chocolate #DC701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

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

R = 60.94%
G = 31.02%
B = 8.03%

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

#DC701D (or 0xDC701D) is known color: Chocolate. HEX triplet: DC, 70 and 1D. RGB value is (220,112,29). Sum of RGB (Red+Green+Blue) = 220+112+29=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 29 (11.72% from 255 or 8.03% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC701D is #238FE2. Grayscale: #878787. Windows color (decimal): -2330595 or 1929436. OLE color: 1929436.

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

Color convert

RGB 220 112 29 -
CMYK 0 0.49 0.87 0.14
HSL 26.07º 0.77% 0.49% -
HSV(B) 26.07º 0.87% 0.86% -
XYZ 35.53 26.89 4.48 -
YUV 134.83 68.28 188.75 -
System Red Green Blue C M Y K H S L
Decimal 220 112 29 0 0.49 0.87 0.14 26.07 0.77 0.49
Hex DC 70 1D 0 31 57 E 1A 4D 31
Octal 334 160 35 0 61 127 16 32 115 61
Binary 11011100 1110000 11101 0 110001 1010111 1110 11010 1001101 110001

Color Harmonies of #DC701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC701D

Black with #DC701D

Text Example


Text Example

White with #DC701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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