Html Css Color HEX #DC6D16 Chocolate

📋 copy color: '#DC6D16'

red 220 ◦ green 109 ◦ blue 22

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

Shades of Chocolate #DC6D16

Tints of Chocolate #DC6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

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

R = 62.68%
G = 31.05%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC6D16 (or 0xDC6D16) is known color: Chocolate. HEX triplet: DC, 6D and 16. RGB value is (220,109,22). Sum of RGB (Red+Green+Blue) = 220+109+22=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6D16 is #2392E9. Grayscale: #848484. Windows color (decimal): -2331370 or 1469916. OLE color: 1469916.

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

Color convert

RGB 220 109 22 -
CMYK 0 0.50 0.9 0.14
HSL 26.36º 0.82% 0.47% -
HSV(B) 26.36º 0.9% 0.86% -
XYZ 35.13 26.21 3.97 -
YUV 132.27 65.77 190.57 -
System Red Green Blue C M Y K H S L
Decimal 220 109 22 0 0.50 0.9 0.14 26.36 0.82 0.47
Hex DC 6D 16 0 32 5A E 1A 52 2F
Octal 334 155 26 0 62 132 16 32 122 57
Binary 11011100 1101101 10110 0 110010 1011010 1110 11010 1010010 101111

Color Harmonies of #DC6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D16

Black with #DC6D16

Text Example


Text Example

White with #DC6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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