Html Css Color HEX #DC601D Chocolate

📋 copy color: '#DC601D'

red 220 ◦ green 96 ◦ blue 29

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

Shades of Chocolate #DC601D

Tints of Chocolate #DC601D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 63.77%
G = 27.83%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC601D (or 0xDC601D) is known color: Chocolate. HEX triplet: DC, 60 and 1D. RGB value is (220,96,29). Sum of RGB (Red+Green+Blue) = 220+96+29=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601D is #239FE2. Grayscale: #7D7D7D. Windows color (decimal): -2334691 or 1925340. OLE color: 1925340.

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

Color convert

RGB 220 96 29 -
CMYK 0 0.56 0.87 0.14
HSL 21.05º 0.77% 0.49% -
HSV(B) 21.05º 0.87% 0.86% -
XYZ 33.92 23.67 3.94 -
YUV 125.44 73.58 195.45 -
System Red Green Blue C M Y K H S L
Decimal 220 96 29 0 0.56 0.87 0.14 21.05 0.77 0.49
Hex DC 60 1D 0 38 57 E 15 4D 31
Octal 334 140 35 0 70 127 16 25 115 61
Binary 11011100 1100000 11101 0 111000 1010111 1110 10101 1001101 110001

Color Harmonies of #DC601D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC601D

Black with #DC601D

Text Example


Text Example

White with #DC601D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC601D; }

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

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

background-color css

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

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

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

border-color css

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

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

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