Html Css Color HEX #DC611B Chocolate

📋 copy color: '#DC611B'

red 220 ◦ green 97 ◦ blue 27

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

Shades of Chocolate #DC611B

Tints of Chocolate #DC611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.2%

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

R = 63.95%
G = 28.2%
B = 7.85%

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

#DC611B (or 0xDC611B) is known color: Chocolate. HEX triplet: DC, 61 and 1B. RGB value is (220,97,27). Sum of RGB (Red+Green+Blue) = 220+97+27=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 97 (38.28% from 255 or 28.20% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC611B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC611B is #239EE4. Grayscale: #7E7E7E. Windows color (decimal): -2334437 or 1794524. OLE color: 1794524.

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

Color convert

RGB 220 97 27 -
CMYK 0 0.56 0.88 0.14
HSL 21.76º 0.78% 0.48% -
HSV(B) 21.76º 0.88% 0.86% -
XYZ 33.99 23.84 3.85 -
YUV 125.8 72.25 195.19 -
System Red Green Blue C M Y K H S L
Decimal 220 97 27 0 0.56 0.88 0.14 21.76 0.78 0.48
Hex DC 61 1B 0 38 58 E 16 4E 30
Octal 334 141 33 0 70 130 16 26 116 60
Binary 11011100 1100001 11011 0 111000 1011000 1110 10110 1001110 110000

Color Harmonies of #DC611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC611B

Black with #DC611B

Text Example


Text Example

White with #DC611B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC611B; }

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

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

background-color css

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

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

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

border-color css

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

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

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