Html Css Color HEX #DC6C17 Chocolate

📋 copy color: '#DC6C17'

red 220 ◦ green 108 ◦ blue 23

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

Shades of Chocolate #DC6C17

Tints of Chocolate #DC6C17

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

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

R = 62.68%
G = 30.77%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC6C17 (or 0xDC6C17) is known color: Chocolate. HEX triplet: DC, 6C and 17. RGB value is (220,108,23). Sum of RGB (Red+Green+Blue) = 220+108+23=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 23 (9.38% from 255 or 6.55% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C17 is #2393E8. Grayscale: #848484. Windows color (decimal): -2331625 or 1535196. OLE color: 1535196.

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

Color convert

RGB 220 108 23 -
CMYK 0 0.51 0.90 0.14
HSL 25.89º 0.81% 0.48% -
HSV(B) 25.89º 0.9% 0.86% -
XYZ 35.03 26 3.98 -
YUV 131.8 66.61 190.91 -
System Red Green Blue C M Y K H S L
Decimal 220 108 23 0 0.51 0.90 0.14 25.89 0.81 0.48
Hex DC 6C 17 0 33 5A E 1A 51 30
Octal 334 154 27 0 63 132 16 32 121 60
Binary 11011100 1101100 10111 0 110011 1011010 1110 11010 1010001 110000

Color Harmonies of #DC6C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C17

Black with #DC6C17

Text Example


Text Example

White with #DC6C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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