Html Css Color HEX #DC531B Chocolate

📋 copy color: '#DC531B'

red 220 ◦ green 83 ◦ blue 27

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

Shades of Chocolate #DC531B

Tints of Chocolate #DC531B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

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

R = 66.67%
G = 25.15%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC531B (or 0xDC531B) is known color: Chocolate. HEX triplet: DC, 53 and 1B. RGB value is (220,83,27). Sum of RGB (Red+Green+Blue) = 220+83+27=330 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.67% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 27 (10.94% from 255 or 8.18% from 330); Max value from RGB is 220 - color contains mainly: red. Hex color #DC531B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC531B is #23ACE4. Grayscale: #757575. Windows color (decimal): -2338021 or 1790940. OLE color: 1790940.

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

Color convert

RGB 220 83 27 -
CMYK 0 0.62 0.88 0.14
HSL 17.41º 0.78% 0.48% -
HSV(B) 17.41º 0.88% 0.86% -
XYZ 32.81 21.48 3.45 -
YUV 117.58 76.89 201.05 -
System Red Green Blue C M Y K H S L
Decimal 220 83 27 0 0.62 0.88 0.14 17.41 0.78 0.48
Hex DC 53 1B 0 3E 58 E 11 4E 30
Octal 334 123 33 0 76 130 16 21 116 60
Binary 11011100 1010011 11011 0 111110 1011000 1110 10001 1001110 110000

Color Harmonies of #DC531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC531B

Black with #DC531B

Text Example


Text Example

White with #DC531B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC531B; }

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

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

background-color css

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

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

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

border-color css

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

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

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