Html Css Color HEX #DC5310 Persimmon

📋 copy color: '#DC5310'

red 220 ◦ green 83 ◦ blue 16

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

Shades of Persimmon #DC5310

Tints of Persimmon #DC5310

RGB

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

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

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

R = 68.97%
G = 26.02%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5310 (or 0xDC5310) is known color: Persimmon. HEX triplet: DC, 53 and 10. RGB value is (220,83,16). Sum of RGB (Red+Green+Blue) = 220+83+16=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 16 (6.64% from 255 or 5.02% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5310 is #23ACEF. Grayscale: #747474. Windows color (decimal): -2338032 or 1070044. OLE color: 1070044.

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

Color convert

RGB 220 83 16 -
CMYK 0 0.62 0.93 0.14
HSL 19.71º 0.86% 0.46% -
HSV(B) 19.71º 0.93% 0.86% -
XYZ 32.7 21.44 2.9 -
YUV 116.33 71.39 201.95 -
System Red Green Blue C M Y K H S L
Decimal 220 83 16 0 0.62 0.93 0.14 19.71 0.86 0.46
Hex DC 53 10 0 3E 5D E 14 56 2E
Octal 334 123 20 0 76 135 16 24 126 56
Binary 11011100 1010011 10000 0 111110 1011101 1110 10100 1010110 101110

Color Harmonies of #DC5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5310

Black with #DC5310

Text Example


Text Example

White with #DC5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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