Html Css Color HEX #DC511C Chocolate

📋 copy color: '#DC511C'

red 220 ◦ green 81 ◦ blue 28

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

Shades of Chocolate #DC511C

Tints of Chocolate #DC511C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 66.87%
G = 24.62%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC511C (or 0xDC511C) is known color: Chocolate. HEX triplet: DC, 51 and 1C. RGB value is (220,81,28). Sum of RGB (Red+Green+Blue) = 220+81+28=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC511C is #23AEE3. Grayscale: #747474. Windows color (decimal): -2338532 or 1855964. OLE color: 1855964.

HSL color Cylindrical-coordinate representation of color #DC511C: hue angle of 16.56º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC511C is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 81 28 -
CMYK 0 0.63 0.87 0.14
HSL 16.56º 0.77% 0.49% -
HSV(B) 16.56º 0.87% 0.86% -
XYZ 32.67 21.18 3.47 -
YUV 116.52 78.05 201.81 -
System Red Green Blue C M Y K H S L
Decimal 220 81 28 0 0.63 0.87 0.14 16.56 0.77 0.49
Hex DC 51 1C 0 3F 57 E 11 4D 31
Octal 334 121 34 0 77 127 16 21 115 61
Binary 11011100 1010001 11100 0 111111 1010111 1110 10001 1001101 110001

Color Harmonies of #DC511C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC511C

Black with #DC511C

Text Example


Text Example

White with #DC511C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC511C; }

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

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

background-color css

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

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

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

border-color css

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

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

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