Html Css Color HEX #DC581B Chocolate

📋 copy color: '#DC581B'

red 220 ◦ green 88 ◦ blue 27

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

Shades of Chocolate #DC581B

Tints of Chocolate #DC581B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.27%

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

R = 65.67%
G = 26.27%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC581B (or 0xDC581B) is known color: Chocolate. HEX triplet: DC, 58 and 1B. RGB value is (220,88,27). Sum of RGB (Red+Green+Blue) = 220+88+27=335 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.67% from 335); Green value is 88 (34.77% from 255 or 26.27% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 220 - color contains mainly: red. Hex color #DC581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC581B is #23A7E4. Grayscale: #787878. Windows color (decimal): -2336741 or 1792220. OLE color: 1792220.

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

Color convert

RGB 220 88 27 -
CMYK 0 0.6 0.88 0.14
HSL 18.96º 0.78% 0.48% -
HSV(B) 18.96º 0.88% 0.86% -
XYZ 33.2 22.27 3.59 -
YUV 120.51 75.23 198.96 -
System Red Green Blue C M Y K H S L
Decimal 220 88 27 0 0.6 0.88 0.14 18.96 0.78 0.48
Hex DC 58 1B 0 3C 58 E 13 4E 30
Octal 334 130 33 0 74 130 16 23 116 60
Binary 11011100 1011000 11011 0 111100 1011000 1110 10011 1001110 110000

Color Harmonies of #DC581B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC581B

Black with #DC581B

Text Example


Text Example

White with #DC581B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC581B; }

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

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

background-color css

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

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

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

border-color css

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

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

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