Html Css Color HEX #DC7517 Chocolate

📋 copy color: '#DC7517'

red 220 ◦ green 117 ◦ blue 23

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

Shades of Chocolate #DC7517

Tints of Chocolate #DC7517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

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

R = 61.11%
G = 32.5%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7517 (or 0xDC7517) is known color: Chocolate. HEX triplet: DC, 75 and 17. RGB value is (220,117,23). Sum of RGB (Red+Green+Blue) = 220+117+23=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 23 (9.38% from 255 or 6.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7517 is #238AE8. Grayscale: #898989. Windows color (decimal): -2329321 or 1537500. OLE color: 1537500.

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

Color convert

RGB 220 117 23 -
CMYK 0 0.47 0.90 0.14
HSL 28.63º 0.81% 0.48% -
HSV(B) 28.63º 0.9% 0.86% -
XYZ 36.03 28 4.32 -
YUV 137.08 63.62 187.14 -
System Red Green Blue C M Y K H S L
Decimal 220 117 23 0 0.47 0.90 0.14 28.63 0.81 0.48
Hex DC 75 17 0 2F 5A E 1D 51 30
Octal 334 165 27 0 57 132 16 35 121 60
Binary 11011100 1110101 10111 0 101111 1011010 1110 11101 1010001 110000

Color Harmonies of #DC7517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7517

Black with #DC7517

Text Example


Text Example

White with #DC7517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7517; }

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

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

background-color css

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

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

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

border-color css

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

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

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