Html Css Color HEX #DC5215 Persimmon

📋 copy color: '#DC5215'

red 220 ◦ green 82 ◦ blue 21

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

Shades of Persimmon #DC5215

Tints of Persimmon #DC5215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.5%

R = 68.11%
G = 25.39%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC5215 (or 0xDC5215) is known color: Persimmon. HEX triplet: DC, 52 and 15. RGB value is (220,82,21). Sum of RGB (Red+Green+Blue) = 220+82+21=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5215 is #23ADEA. Grayscale: #747474. Windows color (decimal): -2338283 or 1397468. OLE color: 1397468.

HSL color Cylindrical-coordinate representation of color #DC5215: hue angle of 18.39º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5215 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 82 21 -
CMYK 0 0.63 0.90 0.14
HSL 18.39º 0.83% 0.47% -
HSV(B) 18.39º 0.9% 0.86% -
XYZ 32.67 21.3 3.1 -
YUV 116.31 74.22 201.96 -
System Red Green Blue C M Y K H S L
Decimal 220 82 21 0 0.63 0.90 0.14 18.39 0.83 0.47
Hex DC 52 15 0 3F 5A E 12 53 2F
Octal 334 122 25 0 77 132 16 22 123 57
Binary 11011100 1010010 10101 0 111111 1011010 1110 10010 1010011 101111

Color Harmonies of #DC5215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5215

Black with #DC5215

Text Example


Text Example

White with #DC5215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5215; }

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

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

background-color css

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

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

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

border-color css

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

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

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