Html Css Color HEX #DC501B Chocolate

📋 copy color: '#DC501B'

red 220 ◦ green 80 ◦ blue 27

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

Shades of Chocolate #DC501B

Tints of Chocolate #DC501B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.46%

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

R = 67.28%
G = 24.46%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC501B (or 0xDC501B) is known color: Chocolate. HEX triplet: DC, 50 and 1B. RGB value is (220,80,27). Sum of RGB (Red+Green+Blue) = 220+80+27=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 80 (31.64% from 255 or 24.46% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC501B is #23AFE4. Grayscale: #747474. Windows color (decimal): -2338789 or 1790172. OLE color: 1790172.

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

Color convert

RGB 220 80 27 -
CMYK 0 0.64 0.88 0.14
HSL 16.48º 0.78% 0.48% -
HSV(B) 16.48º 0.88% 0.86% -
XYZ 32.58 21.03 3.38 -
YUV 115.82 77.88 202.31 -
System Red Green Blue C M Y K H S L
Decimal 220 80 27 0 0.64 0.88 0.14 16.48 0.78 0.48
Hex DC 50 1B 0 40 58 E 10 4E 30
Octal 334 120 33 0 100 130 16 20 116 60
Binary 11011100 1010000 11011 0 1000000 1011000 1110 10000 1001110 110000

Color Harmonies of #DC501B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC501B

Black with #DC501B

Text Example


Text Example

White with #DC501B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC501B; }

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

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

background-color css

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

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

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

border-color css

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

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

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