Html Css Color HEX #DC6117 Chocolate

📋 copy color: '#DC6117'

red 220 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #DC6117

Tints of Chocolate #DC6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

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

R = 64.71%
G = 28.53%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6117 (or 0xDC6117) is known color: Chocolate. HEX triplet: DC, 61 and 17. RGB value is (220,97,23). Sum of RGB (Red+Green+Blue) = 220+97+23=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6117 is #239EE8. Grayscale: #7D7D7D. Windows color (decimal): -2334441 or 1532380. OLE color: 1532380.

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

Color convert

RGB 220 97 23 -
CMYK 0 0.56 0.90 0.14
HSL 22.54º 0.81% 0.48% -
HSV(B) 22.54º 0.9% 0.86% -
XYZ 33.94 23.83 3.62 -
YUV 125.34 70.25 195.52 -
System Red Green Blue C M Y K H S L
Decimal 220 97 23 0 0.56 0.90 0.14 22.54 0.81 0.48
Hex DC 61 17 0 38 5A E 17 51 30
Octal 334 141 27 0 70 132 16 27 121 60
Binary 11011100 1100001 10111 0 111000 1011010 1110 10111 1010001 110000

Color Harmonies of #DC6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6117

Black with #DC6117

Text Example


Text Example

White with #DC6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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