Html Css Color HEX #DC721C Chocolate

📋 copy color: '#DC721C'

red 220 ◦ green 114 ◦ blue 28

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

Shades of Chocolate #DC721C

Tints of Chocolate #DC721C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.49%

 BLUE value IS 28 (11.33% from 255) = 7.73%

R = 60.77%
G = 31.49%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC721C (or 0xDC721C) is known color: Chocolate. HEX triplet: DC, 72 and 1C. RGB value is (220,114,28). Sum of RGB (Red+Green+Blue) = 220+114+28=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC721C is #238DE3. Grayscale: #888888. Windows color (decimal): -2330084 or 1864412. OLE color: 1864412.

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

Color convert

RGB 220 114 28 -
CMYK 0 0.48 0.87 0.14
HSL 26.88º 0.77% 0.49% -
HSV(B) 26.88º 0.87% 0.86% -
XYZ 35.74 27.33 4.49 -
YUV 135.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 220 114 28 0 0.48 0.87 0.14 26.88 0.77 0.49
Hex DC 72 1C 0 30 57 E 1B 4D 31
Octal 334 162 34 0 60 127 16 33 115 61
Binary 11011100 1110010 11100 0 110000 1010111 1110 11011 1001101 110001

Color Harmonies of #DC721C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC721C

Black with #DC721C

Text Example


Text Example

White with #DC721C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC721C; }

 p { color: rgb(220,114,28); }

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

background-color css

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

 a { background-color: rgb(220,114,28); }

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

border-color css

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

 span { border-color: rgb(220,114,28); }

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