Html Css Color HEX #DC7317 Chocolate

📋 copy color: '#DC7317'

red 220 ◦ green 115 ◦ blue 23

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

Shades of Chocolate #DC7317

Tints of Chocolate #DC7317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.12%

 BLUE value IS 23 (9.38% from 255) = 6.42%

R = 61.45%
G = 32.12%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7317 (or 0xDC7317) is known color: Chocolate. HEX triplet: DC, 73 and 17. RGB value is (220,115,23). Sum of RGB (Red+Green+Blue) = 220+115+23=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 115 (45.31% from 255 or 32.12% from 358); Blue value is 23 (9.38% from 255 or 6.42% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7317 is #238CE8. Grayscale: #888888. Windows color (decimal): -2329833 or 1536988. OLE color: 1536988.

HSL color Cylindrical-coordinate representation of color #DC7317: hue angle of 28.02º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC7317 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 23 -
CMYK 0 0.48 0.90 0.14
HSL 28.02º 0.81% 0.48% -
HSV(B) 28.02º 0.9% 0.86% -
XYZ 35.8 27.54 4.24 -
YUV 135.91 64.29 187.98 -
System Red Green Blue C M Y K H S L
Decimal 220 115 23 0 0.48 0.90 0.14 28.02 0.81 0.48
Hex DC 73 17 0 30 5A E 1C 51 30
Octal 334 163 27 0 60 132 16 34 121 60
Binary 11011100 1110011 10111 0 110000 1011010 1110 11100 1010001 110000

Color Harmonies of #DC7317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7317

Black with #DC7317

Text Example


Text Example

White with #DC7317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7317; }

 p { color: rgb(220,115,23); }

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

background-color css

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

 a { background-color: rgb(220,115,23); }

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

border-color css

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

 span { border-color: rgb(220,115,23); }

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