Html Css Color HEX #DC5110 Persimmon

📋 copy color: '#DC5110'

red 220 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #DC5110

Tints of Persimmon #DC5110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.05%

R = 69.4%
G = 25.55%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5110 (or 0xDC5110) is known color: Persimmon. HEX triplet: DC, 51 and 10. RGB value is (220,81,16). Sum of RGB (Red+Green+Blue) = 220+81+16=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5110 is #23AEEF. Grayscale: #737373. Windows color (decimal): -2338544 or 1069532. OLE color: 1069532.

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

Color convert

RGB 220 81 16 -
CMYK 0 0.63 0.93 0.14
HSL 19.12º 0.86% 0.46% -
HSV(B) 19.12º 0.93% 0.86% -
XYZ 32.55 21.14 2.85 -
YUV 115.15 72.05 202.79 -
System Red Green Blue C M Y K H S L
Decimal 220 81 16 0 0.63 0.93 0.14 19.12 0.86 0.46
Hex DC 51 10 0 3F 5D E 13 56 2E
Octal 334 121 20 0 77 135 16 23 126 56
Binary 11011100 1010001 10000 0 111111 1011101 1110 10011 1010110 101110

Color Harmonies of #DC5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5110

Black with #DC5110

Text Example


Text Example

White with #DC5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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