Html Css Color HEX #DC6E1A Chocolate

📋 copy color: '#DC6E1A'

red 220 ◦ green 110 ◦ blue 26

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

Shades of Chocolate #DC6E1A

Tints of Chocolate #DC6E1A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.9%

 BLUE value IS 26 (10.55% from 255) = 7.3%

R = 61.8%
G = 30.9%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC6E1A (or 0xDC6E1A) is known color: Chocolate. HEX triplet: DC, 6E and 1A. RGB value is (220,110,26). Sum of RGB (Red+Green+Blue) = 220+110+26=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6E1A is #2391E5. Grayscale: #858585. Windows color (decimal): -2331110 or 1732316. OLE color: 1732316.

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

Color convert

RGB 220 110 26 -
CMYK 0 0.50 0.88 0.14
HSL 25.98º 0.79% 0.48% -
HSV(B) 25.98º 0.88% 0.86% -
XYZ 35.28 26.44 4.22 -
YUV 133.31 67.44 189.83 -
System Red Green Blue C M Y K H S L
Decimal 220 110 26 0 0.50 0.88 0.14 25.98 0.79 0.48
Hex DC 6E 1A 0 32 58 E 1A 4F 30
Octal 334 156 32 0 62 130 16 32 117 60
Binary 11011100 1101110 11010 0 110010 1011000 1110 11010 1001111 110000

Color Harmonies of #DC6E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E1A

Black with #DC6E1A

Text Example


Text Example

White with #DC6E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E1A; }

 p { color: rgb(220,110,26); }

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

background-color css

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

 a { background-color: rgb(220,110,26); }

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

border-color css

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

 span { border-color: rgb(220,110,26); }

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