Html Css Color HEX #DC6A1C Chocolate

📋 copy color: '#DC6A1C'

red 220 ◦ green 106 ◦ blue 28

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

Shades of Chocolate #DC6A1C

Tints of Chocolate #DC6A1C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.94%

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 62.15%
G = 29.94%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC6A1C (or 0xDC6A1C) is known color: Chocolate. HEX triplet: DC, 6A and 1C. RGB value is (220,106,28). Sum of RGB (Red+Green+Blue) = 220+106+28=354 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.15% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6A1C is #2395E3. Grayscale: #838383. Windows color (decimal): -2332132 or 1862364. OLE color: 1862364.

HSL color Cylindrical-coordinate representation of color #DC6A1C: hue angle of 24.38º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC6A1C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 28 -
CMYK 0 0.52 0.87 0.14
HSL 24.38º 0.77% 0.49% -
HSV(B) 24.38º 0.87% 0.86% -
XYZ 34.88 25.61 4.2 -
YUV 131.19 69.77 191.34 -
System Red Green Blue C M Y K H S L
Decimal 220 106 28 0 0.52 0.87 0.14 24.38 0.77 0.49
Hex DC 6A 1C 0 34 57 E 18 4D 31
Octal 334 152 34 0 64 127 16 30 115 61
Binary 11011100 1101010 11100 0 110100 1010111 1110 11000 1001101 110001

Color Harmonies of #DC6A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6A1C

Black with #DC6A1C

Text Example


Text Example

White with #DC6A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6A1C; }

 p { color: rgb(220,106,28); }

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

background-color css

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

 a { background-color: rgb(220,106,28); }

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

border-color css

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

 span { border-color: rgb(220,106,28); }

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