Html Css Color HEX #DC6C16 Chocolate

📋 copy color: '#DC6C16'

red 220 ◦ green 108 ◦ blue 22

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

Shades of Chocolate #DC6C16

Tints of Chocolate #DC6C16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 62.86%
G = 30.86%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC6C16 (or 0xDC6C16) is known color: Chocolate. HEX triplet: DC, 6C and 16. RGB value is (220,108,22). Sum of RGB (Red+Green+Blue) = 220+108+22=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6C16 is #2393E9. Grayscale: #848484. Windows color (decimal): -2331626 or 1469660. OLE color: 1469660.

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

Color convert

RGB 220 108 22 -
CMYK 0 0.51 0.9 0.14
HSL 26.06º 0.82% 0.47% -
HSV(B) 26.06º 0.9% 0.86% -
XYZ 35.02 26 3.93 -
YUV 131.68 66.11 190.99 -
System Red Green Blue C M Y K H S L
Decimal 220 108 22 0 0.51 0.9 0.14 26.06 0.82 0.47
Hex DC 6C 16 0 33 5A E 1A 52 2F
Octal 334 154 26 0 63 132 16 32 122 57
Binary 11011100 1101100 10110 0 110011 1011010 1110 11010 1010010 101111

Color Harmonies of #DC6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C16

Black with #DC6C16

Text Example


Text Example

White with #DC6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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