Html Css Color HEX #DC601A Chocolate

📋 copy color: '#DC601A'

red 220 ◦ green 96 ◦ blue 26

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

Shades of Chocolate #DC601A

Tints of Chocolate #DC601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.07%

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

R = 64.33%
G = 28.07%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC601A (or 0xDC601A) is known color: Chocolate. HEX triplet: DC, 60 and 1A. RGB value is (220,96,26). Sum of RGB (Red+Green+Blue) = 220+96+26=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 26 (10.55% from 255 or 7.60% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601A is #239FE5. Grayscale: #7D7D7D. Windows color (decimal): -2334694 or 1728732. OLE color: 1728732.

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

Color convert

RGB 220 96 26 -
CMYK 0 0.56 0.88 0.14
HSL 21.65º 0.79% 0.48% -
HSV(B) 21.65º 0.88% 0.86% -
XYZ 33.88 23.66 3.76 -
YUV 125.1 72.08 195.69 -
System Red Green Blue C M Y K H S L
Decimal 220 96 26 0 0.56 0.88 0.14 21.65 0.79 0.48
Hex DC 60 1A 0 38 58 E 16 4F 30
Octal 334 140 32 0 70 130 16 26 117 60
Binary 11011100 1100000 11010 0 111000 1011000 1110 10110 1001111 110000

Color Harmonies of #DC601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC601A

Black with #DC601A

Text Example


Text Example

White with #DC601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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