Html Css Color HEX #DC5013 Persimmon

📋 copy color: '#DC5013'

red 220 ◦ green 80 ◦ blue 19

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

Shades of Persimmon #DC5013

Tints of Persimmon #DC5013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.08%

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

R = 68.97%
G = 25.08%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5013 (or 0xDC5013) is known color: Persimmon. HEX triplet: DC, 50 and 13. RGB value is (220,80,19). Sum of RGB (Red+Green+Blue) = 220+80+19=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 19 (7.81% from 255 or 5.96% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5013 is #23AFEC. Grayscale: #737373. Windows color (decimal): -2338797 or 1265884. OLE color: 1265884.

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

Color convert

RGB 220 80 19 -
CMYK 0 0.64 0.91 0.14
HSL 18.21º 0.84% 0.47% -
HSV(B) 18.21º 0.91% 0.86% -
XYZ 32.5 21 2.96 -
YUV 114.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 220 80 19 0 0.64 0.91 0.14 18.21 0.84 0.47
Hex DC 50 13 0 40 5B E 12 54 2F
Octal 334 120 23 0 100 133 16 22 124 57
Binary 11011100 1010000 10011 0 1000000 1011011 1110 10010 1010100 101111

Color Harmonies of #DC5013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5013

Black with #DC5013

Text Example


Text Example

White with #DC5013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5013; }

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

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

background-color css

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

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

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

border-color css

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

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

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