Html Css Color HEX #DC5313 Persimmon

📋 copy color: '#DC5313'

red 220 ◦ green 83 ◦ blue 19

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

Shades of Persimmon #DC5313

Tints of Persimmon #DC5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 68.32%
G = 25.78%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC5313 (or 0xDC5313) is known color: Persimmon. HEX triplet: DC, 53 and 13. RGB value is (220,83,19). Sum of RGB (Red+Green+Blue) = 220+83+19=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 19 (7.81% from 255 or 5.90% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5313 is #23ACEC. Grayscale: #757575. Windows color (decimal): -2338029 or 1266652. OLE color: 1266652.

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

Color convert

RGB 220 83 19 -
CMYK 0 0.62 0.91 0.14
HSL 19.1º 0.84% 0.47% -
HSV(B) 19.1º 0.91% 0.86% -
XYZ 32.73 21.45 3.03 -
YUV 116.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 220 83 19 0 0.62 0.91 0.14 19.1 0.84 0.47
Hex DC 53 13 0 3E 5B E 13 54 2F
Octal 334 123 23 0 76 133 16 23 124 57
Binary 11011100 1010011 10011 0 111110 1011011 1110 10011 1010100 101111

Color Harmonies of #DC5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5313

Black with #DC5313

Text Example


Text Example

White with #DC5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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