Html Css Color HEX #DC721A Chocolate

📋 copy color: '#DC721A'

red 220 ◦ green 114 ◦ blue 26

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

Shades of Chocolate #DC721A

Tints of Chocolate #DC721A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.22%

R = 61.11%
G = 31.67%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC721A (or 0xDC721A) is known color: Chocolate. HEX triplet: DC, 72 and 1A. RGB value is (220,114,26). Sum of RGB (Red+Green+Blue) = 220+114+26=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 26 (10.55% from 255 or 7.22% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC721A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC721A is #238DE5. Grayscale: #888888. Windows color (decimal): -2330086 or 1733340. OLE color: 1733340.

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

Color convert

RGB 220 114 26 -
CMYK 0 0.48 0.88 0.14
HSL 27.22º 0.79% 0.48% -
HSV(B) 27.22º 0.88% 0.86% -
XYZ 35.72 27.32 4.37 -
YUV 135.66 66.12 188.16 -
System Red Green Blue C M Y K H S L
Decimal 220 114 26 0 0.48 0.88 0.14 27.22 0.79 0.48
Hex DC 72 1A 0 30 58 E 1B 4F 30
Octal 334 162 32 0 60 130 16 33 117 60
Binary 11011100 1110010 11010 0 110000 1011000 1110 11011 1001111 110000

Color Harmonies of #DC721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC721A

Black with #DC721A

Text Example


Text Example

White with #DC721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC721A; }

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

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

background-color css

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

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

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

border-color css

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

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

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