Html Css Color HEX #DC721B Chocolate

📋 copy color: '#DC721B'

red 220 ◦ green 114 ◦ blue 27

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

Shades of Chocolate #DC721B

Tints of Chocolate #DC721B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 60.94%
G = 31.58%
B = 7.48%

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

#DC721B (or 0xDC721B) is known color: Chocolate. HEX triplet: DC, 72 and 1B. RGB value is (220,114,27). Sum of RGB (Red+Green+Blue) = 220+114+27=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC721B is #238DE4. Grayscale: #888888. Windows color (decimal): -2330085 or 1798876. OLE color: 1798876.

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

Color convert

RGB 220 114 27 -
CMYK 0 0.48 0.88 0.14
HSL 27.05º 0.78% 0.48% -
HSV(B) 27.05º 0.88% 0.86% -
XYZ 35.73 27.33 4.43 -
YUV 135.78 66.62 188.07 -
System Red Green Blue C M Y K H S L
Decimal 220 114 27 0 0.48 0.88 0.14 27.05 0.78 0.48
Hex DC 72 1B 0 30 58 E 1B 4E 30
Octal 334 162 33 0 60 130 16 33 116 60
Binary 11011100 1110010 11011 0 110000 1011000 1110 11011 1001110 110000

Color Harmonies of #DC721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC721B

Black with #DC721B

Text Example


Text Example

White with #DC721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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