Html Css Color HEX #DC621A Chocolate

📋 copy color: '#DC621A'

red 220 ◦ green 98 ◦ blue 26

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

Shades of Chocolate #DC621A

Tints of Chocolate #DC621A

RGB

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

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

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

R = 63.95%
G = 28.49%
B = 7.56%

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

#DC621A (or 0xDC621A) is known color: Chocolate. HEX triplet: DC, 62 and 1A. RGB value is (220,98,26). Sum of RGB (Red+Green+Blue) = 220+98+26=344 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.95% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 26 (10.55% from 255 or 7.56% from 344); Max value from RGB is 220 - color contains mainly: red. Hex color #DC621A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC621A is #239DE5. Grayscale: #7E7E7E. Windows color (decimal): -2334182 or 1729244. OLE color: 1729244.

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

Color convert

RGB 220 98 26 -
CMYK 0 0.55 0.88 0.14
HSL 22.27º 0.79% 0.48% -
HSV(B) 22.27º 0.88% 0.86% -
XYZ 34.07 24.03 3.82 -
YUV 126.27 71.42 194.85 -
System Red Green Blue C M Y K H S L
Decimal 220 98 26 0 0.55 0.88 0.14 22.27 0.79 0.48
Hex DC 62 1A 0 37 58 E 16 4F 30
Octal 334 142 32 0 67 130 16 26 117 60
Binary 11011100 1100010 11010 0 110111 1011000 1110 10110 1001111 110000

Color Harmonies of #DC621A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC621A

Black with #DC621A

Text Example


Text Example

White with #DC621A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC621A; }

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

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

background-color css

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

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

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

border-color css

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

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

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