Html Css Color HEX #DC511B Chocolate

📋 copy color: '#DC511B'

red 220 ◦ green 81 ◦ blue 27

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

Shades of Chocolate #DC511B

Tints of Chocolate #DC511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.7%

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

R = 67.07%
G = 24.7%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC511B (or 0xDC511B) is known color: Chocolate. HEX triplet: DC, 51 and 1B. RGB value is (220,81,27). Sum of RGB (Red+Green+Blue) = 220+81+27=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 81 (32.03% from 255 or 24.70% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC511B is #23AEE4. Grayscale: #747474. Windows color (decimal): -2338533 or 1790428. OLE color: 1790428.

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

Color convert

RGB 220 81 27 -
CMYK 0 0.63 0.88 0.14
HSL 16.79º 0.78% 0.48% -
HSV(B) 16.79º 0.88% 0.86% -
XYZ 32.66 21.18 3.4 -
YUV 116.41 77.55 201.89 -
System Red Green Blue C M Y K H S L
Decimal 220 81 27 0 0.63 0.88 0.14 16.79 0.78 0.48
Hex DC 51 1B 0 3F 58 E 11 4E 30
Octal 334 121 33 0 77 130 16 21 116 60
Binary 11011100 1010001 11011 0 111111 1011000 1110 10001 1001110 110000

Color Harmonies of #DC511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC511B

Black with #DC511B

Text Example


Text Example

White with #DC511B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC511B; }

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

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

background-color css

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

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

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

border-color css

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

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

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