Html Css Color HEX #DC5113 Persimmon

📋 copy color: '#DC5113'

red 220 ◦ green 81 ◦ blue 19

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

Shades of Persimmon #DC5113

Tints of Persimmon #DC5113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.94%

R = 68.75%
G = 25.31%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5113 (or 0xDC5113) is known color: Persimmon. HEX triplet: DC, 51 and 13. RGB value is (220,81,19). Sum of RGB (Red+Green+Blue) = 220+81+19=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5113 is #23AEEC. Grayscale: #737373. Windows color (decimal): -2338541 or 1266140. OLE color: 1266140.

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

Color convert

RGB 220 81 19 -
CMYK 0 0.63 0.91 0.14
HSL 18.51º 0.84% 0.47% -
HSV(B) 18.51º 0.91% 0.86% -
XYZ 32.58 21.15 2.98 -
YUV 115.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 220 81 19 0 0.63 0.91 0.14 18.51 0.84 0.47
Hex DC 51 13 0 3F 5B E 13 54 2F
Octal 334 121 23 0 77 133 16 23 124 57
Binary 11011100 1010001 10011 0 111111 1011011 1110 10011 1010100 101111

Color Harmonies of #DC5113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5113

Black with #DC5113

Text Example


Text Example

White with #DC5113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5113; }

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

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

background-color css

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

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

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

border-color css

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

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

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