Html Css Color HEX #DC621B Chocolate

📋 copy color: '#DC621B'

red 220 ◦ green 98 ◦ blue 27

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

Shades of Chocolate #DC621B

Tints of Chocolate #DC621B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 63.77%
G = 28.41%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC621B (or 0xDC621B) is known color: Chocolate. HEX triplet: DC, 62 and 1B. RGB value is (220,98,27). Sum of RGB (Red+Green+Blue) = 220+98+27=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621B is #239DE4. Grayscale: #7E7E7E. Windows color (decimal): -2334181 or 1794780. OLE color: 1794780.

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

Color convert

RGB 220 98 27 -
CMYK 0 0.55 0.88 0.14
HSL 22.07º 0.78% 0.48% -
HSV(B) 22.07º 0.88% 0.86% -
XYZ 34.08 24.03 3.88 -
YUV 126.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 220 98 27 0 0.55 0.88 0.14 22.07 0.78 0.48
Hex DC 62 1B 0 37 58 E 16 4E 30
Octal 334 142 33 0 67 130 16 26 116 60
Binary 11011100 1100010 11011 0 110111 1011000 1110 10110 1001110 110000

Color Harmonies of #DC621B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC621B

Black with #DC621B

Text Example


Text Example

White with #DC621B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC621B; }

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

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

background-color css

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

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

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

border-color css

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

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

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