Html Css Color HEX #DC5910 Persimmon

📋 copy color: '#DC5910'

red 220 ◦ green 89 ◦ blue 16

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

Shades of Persimmon #DC5910

Tints of Persimmon #DC5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

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

R = 67.69%
G = 27.38%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DC5910 (or 0xDC5910) is known color: Persimmon. HEX triplet: DC, 59 and 10. RGB value is (220,89,16). Sum of RGB (Red+Green+Blue) = 220+89+16=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5910 is #23A6EF. Grayscale: #787878. Windows color (decimal): -2336496 or 1071580. OLE color: 1071580.

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

Color convert

RGB 220 89 16 -
CMYK 0 0.60 0.93 0.14
HSL 21.47º 0.86% 0.46% -
HSV(B) 21.47º 0.93% 0.86% -
XYZ 33.18 22.4 3.06 -
YUV 119.85 69.4 199.44 -
System Red Green Blue C M Y K H S L
Decimal 220 89 16 0 0.60 0.93 0.14 21.47 0.86 0.46
Hex DC 59 10 0 3C 5D E 15 56 2E
Octal 334 131 20 0 74 135 16 25 126 56
Binary 11011100 1011001 10000 0 111100 1011101 1110 10101 1010110 101110

Color Harmonies of #DC5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5910

Black with #DC5910

Text Example


Text Example

White with #DC5910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5910; }

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

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

background-color css

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

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

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

border-color css

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

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

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