Html Css Color HEX #DC601B Chocolate

📋 copy color: '#DC601B'

red 220 ◦ green 96 ◦ blue 27

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

Shades of Chocolate #DC601B

Tints of Chocolate #DC601B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.87%

R = 64.14%
G = 27.99%
B = 7.87%

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

#DC601B (or 0xDC601B) is known color: Chocolate. HEX triplet: DC, 60 and 1B. RGB value is (220,96,27). Sum of RGB (Red+Green+Blue) = 220+96+27=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC601B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC601B is #239FE4. Grayscale: #7D7D7D. Windows color (decimal): -2334693 or 1794268. OLE color: 1794268.

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

Color convert

RGB 220 96 27 -
CMYK 0 0.56 0.88 0.14
HSL 21.45º 0.78% 0.48% -
HSV(B) 21.45º 0.88% 0.86% -
XYZ 33.9 23.66 3.82 -
YUV 125.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 220 96 27 0 0.56 0.88 0.14 21.45 0.78 0.48
Hex DC 60 1B 0 38 58 E 15 4E 30
Octal 334 140 33 0 70 130 16 25 116 60
Binary 11011100 1100000 11011 0 111000 1011000 1110 10101 1001110 110000

Color Harmonies of #DC601B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC601B

Black with #DC601B

Text Example


Text Example

White with #DC601B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC601B; }

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

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

background-color css

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

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

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

border-color css

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

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

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