Html Css Color HEX #DC5011 Persimmon

📋 copy color: '#DC5011'

red 220 ◦ green 80 ◦ blue 17

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

Shades of Persimmon #DC5011

Tints of Persimmon #DC5011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 69.4%
G = 25.24%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC5011 (or 0xDC5011) is known color: Persimmon. HEX triplet: DC, 50 and 11. RGB value is (220,80,17). Sum of RGB (Red+Green+Blue) = 220+80+17=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5011 is #23AFEE. Grayscale: #737373. Windows color (decimal): -2338799 or 1134812. OLE color: 1134812.

HSL color Cylindrical-coordinate representation of color #DC5011: hue angle of 18.62º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC5011 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 17 -
CMYK 0 0.64 0.92 0.14
HSL 18.62º 0.86% 0.46% -
HSV(B) 18.62º 0.92% 0.86% -
XYZ 32.49 20.99 2.87 -
YUV 114.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 220 80 17 0 0.64 0.92 0.14 18.62 0.86 0.46
Hex DC 50 11 0 40 5C E 13 56 2E
Octal 334 120 21 0 100 134 16 23 126 56
Binary 11011100 1010000 10001 0 1000000 1011100 1110 10011 1010110 101110

Color Harmonies of #DC5011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5011

Black with #DC5011

Text Example


Text Example

White with #DC5011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5011; }

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

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

background-color css

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

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

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

border-color css

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

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

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