Html Css Color HEX #DC520E Persimmon

📋 copy color: '#DC520E'

red 220 ◦ green 82 ◦ blue 14

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

Shades of Persimmon #DC520E

Tints of Persimmon #DC520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 14 (5.86% from 255) = 4.43%

R = 69.62%
G = 25.95%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC520E (or 0xDC520E) is known color: Persimmon. HEX triplet: DC, 52 and 0E. RGB value is (220,82,14). Sum of RGB (Red+Green+Blue) = 220+82+14=316 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.62% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 220 - color contains mainly: red. Hex color #DC520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC520E is #23ADF1. Grayscale: #737373. Windows color (decimal): -2338290 or 938716. OLE color: 938716.

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

Color convert

RGB 220 82 14 -
CMYK 0 0.63 0.94 0.14
HSL 19.81º 0.88% 0.46% -
HSV(B) 19.81º 0.94% 0.86% -
XYZ 32.61 21.28 2.8 -
YUV 115.51 70.72 202.53 -
System Red Green Blue C M Y K H S L
Decimal 220 82 14 0 0.63 0.94 0.14 19.81 0.88 0.46
Hex DC 52 E 0 3F 5E E 14 58 2E
Octal 334 122 16 0 77 136 16 24 130 56
Binary 11011100 1010010 1110 0 111111 1011110 1110 10100 1011000 101110

Color Harmonies of #DC520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC520E

Black with #DC520E

Text Example


Text Example

White with #DC520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC520E; }

 p { color: rgb(220,82,14); }

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

background-color css

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

 a { background-color: rgb(220,82,14); }

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

border-color css

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

 span { border-color: rgb(220,82,14); }

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