Html Css Color HEX #DC6D1E Chocolate

📋 copy color: '#DC6D1E'

red 220 ◦ green 109 ◦ blue 30

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

Shades of Chocolate #DC6D1E

Tints of Chocolate #DC6D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 61.28%
G = 30.36%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC6D1E (or 0xDC6D1E) is known color: Chocolate. HEX triplet: DC, 6D and 1E. RGB value is (220,109,30). Sum of RGB (Red+Green+Blue) = 220+109+30=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6D1E is #2392E1. Grayscale: #858585. Windows color (decimal): -2331362 or 1994204. OLE color: 1994204.

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

Color convert

RGB 220 109 30 -
CMYK 0 0.50 0.86 0.14
HSL 24.95º 0.76% 0.49% -
HSV(B) 24.95º 0.86% 0.86% -
XYZ 35.22 26.25 4.44 -
YUV 133.18 69.77 189.92 -
System Red Green Blue C M Y K H S L
Decimal 220 109 30 0 0.50 0.86 0.14 24.95 0.76 0.49
Hex DC 6D 1E 0 32 56 E 19 4C 31
Octal 334 155 36 0 62 126 16 31 114 61
Binary 11011100 1101101 11110 0 110010 1010110 1110 11001 1001100 110001

Color Harmonies of #DC6D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6D1E

Black with #DC6D1E

Text Example


Text Example

White with #DC6D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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