Html Css Color HEX #DC6C14 Chocolate

📋 copy color: '#DC6C14'

red 220 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #DC6C14

Tints of Chocolate #DC6C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.75%

R = 63.22%
G = 31.03%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC6C14 (or 0xDC6C14) is known color: Chocolate. HEX triplet: DC, 6C and 14. RGB value is (220,108,20). Sum of RGB (Red+Green+Blue) = 220+108+20=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 20 (8.20% from 255 or 5.75% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C14 is #2393EB. Grayscale: #838383. Windows color (decimal): -2331628 or 1338588. OLE color: 1338588.

HSL color Cylindrical-coordinate representation of color #DC6C14: hue angle of 26.4º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC6C14 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 108 20 -
CMYK 0 0.51 0.91 0.14
HSL 26.4º 0.83% 0.47% -
HSV(B) 26.4º 0.91% 0.86% -
XYZ 35 25.99 3.83 -
YUV 131.46 65.11 191.16 -
System Red Green Blue C M Y K H S L
Decimal 220 108 20 0 0.51 0.91 0.14 26.4 0.83 0.47
Hex DC 6C 14 0 33 5B E 1A 53 2F
Octal 334 154 24 0 63 133 16 32 123 57
Binary 11011100 1101100 10100 0 110011 1011011 1110 11010 1010011 101111

Color Harmonies of #DC6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C14

Black with #DC6C14

Text Example


Text Example

White with #DC6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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