Html Css Color HEX #DC4F13 Persimmon

📋 copy color: '#DC4F13'

red 220 ◦ green 79 ◦ blue 19

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

Shades of Persimmon #DC4F13

Tints of Persimmon #DC4F13

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.84%

 BLUE value IS 19 (7.81% from 255) = 5.97%

R = 69.18%
G = 24.84%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC4F13 (or 0xDC4F13) is known color: Persimmon. HEX triplet: DC, 4F and 13. RGB value is (220,79,19). Sum of RGB (Red+Green+Blue) = 220+79+19=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4F13 is #23B0EC. Grayscale: #727272. Windows color (decimal): -2339053 or 1265628. OLE color: 1265628.

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

Color convert

RGB 220 79 19 -
CMYK 0 0.64 0.91 0.14
HSL 17.91º 0.84% 0.47% -
HSV(B) 17.91º 0.91% 0.86% -
XYZ 32.43 20.85 2.93 -
YUV 114.32 74.21 203.38 -
System Red Green Blue C M Y K H S L
Decimal 220 79 19 0 0.64 0.91 0.14 17.91 0.84 0.47
Hex DC 4F 13 0 40 5B E 12 54 2F
Octal 334 117 23 0 100 133 16 22 124 57
Binary 11011100 1001111 10011 0 1000000 1011011 1110 10010 1010100 101111

Color Harmonies of #DC4F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F13

Black with #DC4F13

Text Example


Text Example

White with #DC4F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F13; }

 p { color: rgb(220,79,19); }

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

background-color css

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

 a { background-color: rgb(220,79,19); }

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

border-color css

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

 span { border-color: rgb(220,79,19); }

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