Html Css Color HEX #DC5D1B Chocolate

📋 copy color: '#DC5D1B'

red 220 ◦ green 93 ◦ blue 27

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

Shades of Chocolate #DC5D1B

Tints of Chocolate #DC5D1B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 64.71%
G = 27.35%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC5D1B (or 0xDC5D1B) is known color: Chocolate. HEX triplet: DC, 5D and 1B. RGB value is (220,93,27). Sum of RGB (Red+Green+Blue) = 220+93+27=340 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.71% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5D1B is #23A2E4. Grayscale: #7B7B7B. Windows color (decimal): -2335461 or 1793500. OLE color: 1793500.

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

Color convert

RGB 220 93 27 -
CMYK 0 0.58 0.88 0.14
HSL 20.52º 0.78% 0.48% -
HSV(B) 20.52º 0.88% 0.86% -
XYZ 33.63 23.12 3.73 -
YUV 123.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 220 93 27 0 0.58 0.88 0.14 20.52 0.78 0.48
Hex DC 5D 1B 0 3A 58 E 15 4E 30
Octal 334 135 33 0 72 130 16 25 116 60
Binary 11011100 1011101 11011 0 111010 1011000 1110 10101 1001110 110000

Color Harmonies of #DC5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D1B

Black with #DC5D1B

Text Example


Text Example

White with #DC5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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