Html Css Color HEX #DC4D15 Persimmon

📋 copy color: '#DC4D15'

red 220 ◦ green 77 ◦ blue 21

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

Shades of Persimmon #DC4D15

Tints of Persimmon #DC4D15

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 69.18%
G = 24.21%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4D15 (or 0xDC4D15) is known color: Persimmon. HEX triplet: DC, 4D and 15. RGB value is (220,77,21). Sum of RGB (Red+Green+Blue) = 220+77+21=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D15 is #23B2EA. Grayscale: #717171. Windows color (decimal): -2339563 or 1396188. OLE color: 1396188.

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

Color convert

RGB 220 77 21 -
CMYK 0 0.65 0.90 0.14
HSL 16.88º 0.83% 0.47% -
HSV(B) 16.88º 0.9% 0.86% -
XYZ 32.3 20.58 2.98 -
YUV 113.37 75.88 204.05 -
System Red Green Blue C M Y K H S L
Decimal 220 77 21 0 0.65 0.90 0.14 16.88 0.83 0.47
Hex DC 4D 15 0 41 5A E 11 53 2F
Octal 334 115 25 0 101 132 16 21 123 57
Binary 11011100 1001101 10101 0 1000001 1011010 1110 10001 1010011 101111

Color Harmonies of #DC4D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D15

Black with #DC4D15

Text Example


Text Example

White with #DC4D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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