Html Css Color HEX #DC4E16 Persimmon

📋 copy color: '#DC4E16'

red 220 ◦ green 78 ◦ blue 22

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

Shades of Persimmon #DC4E16

Tints of Persimmon #DC4E16

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.38%

 BLUE value IS 22 (8.98% from 255) = 6.88%

R = 68.75%
G = 24.38%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC4E16 (or 0xDC4E16) is known color: Persimmon. HEX triplet: DC, 4E and 16. RGB value is (220,78,22). Sum of RGB (Red+Green+Blue) = 220+78+22=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 22 (8.98% from 255 or 6.88% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4E16 is #23B1E9. Grayscale: #727272. Windows color (decimal): -2339306 or 1461980. OLE color: 1461980.

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

Color convert

RGB 220 78 22 -
CMYK 0 0.65 0.9 0.14
HSL 16.97º 0.82% 0.47% -
HSV(B) 16.97º 0.9% 0.86% -
XYZ 32.38 20.72 3.05 -
YUV 114.07 76.04 203.55 -
System Red Green Blue C M Y K H S L
Decimal 220 78 22 0 0.65 0.9 0.14 16.97 0.82 0.47
Hex DC 4E 16 0 41 5A E 11 52 2F
Octal 334 116 26 0 101 132 16 21 122 57
Binary 11011100 1001110 10110 0 1000001 1011010 1110 10001 1010010 101111

Color Harmonies of #DC4E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E16

Black with #DC4E16

Text Example


Text Example

White with #DC4E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E16; }

 p { color: rgb(220,78,22); }

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

background-color css

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

 a { background-color: rgb(220,78,22); }

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

border-color css

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

 span { border-color: rgb(220,78,22); }

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