Html Css Color HEX #DC5111 Persimmon

📋 copy color: '#DC5111'

red 220 ◦ green 81 ◦ blue 17

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

Shades of Persimmon #DC5111

Tints of Persimmon #DC5111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.35%

R = 69.18%
G = 25.47%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5111 (or 0xDC5111) is known color: Persimmon. HEX triplet: DC, 51 and 11. RGB value is (220,81,17). Sum of RGB (Red+Green+Blue) = 220+81+17=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 17 (7.03% from 255 or 5.35% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5111 is #23AEEE. Grayscale: #737373. Windows color (decimal): -2338543 or 1135068. OLE color: 1135068.

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

Color convert

RGB 220 81 17 -
CMYK 0 0.63 0.92 0.14
HSL 18.92º 0.86% 0.46% -
HSV(B) 18.92º 0.92% 0.86% -
XYZ 32.56 21.14 2.89 -
YUV 115.27 72.55 202.7 -
System Red Green Blue C M Y K H S L
Decimal 220 81 17 0 0.63 0.92 0.14 18.92 0.86 0.46
Hex DC 51 11 0 3F 5C E 13 56 2E
Octal 334 121 21 0 77 134 16 23 126 56
Binary 11011100 1010001 10001 0 111111 1011100 1110 10011 1010110 101110

Color Harmonies of #DC5111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5111

Black with #DC5111

Text Example


Text Example

White with #DC5111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5111; }

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

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

background-color css

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

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

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

border-color css

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

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

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