Html Css Color HEX #DC4C17 Persimmon

📋 copy color: '#DC4C17'

red 220 ◦ green 76 ◦ blue 23

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

Shades of Persimmon #DC4C17

Tints of Persimmon #DC4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.82%

 BLUE value IS 23 (9.38% from 255) = 7.21%

R = 68.97%
G = 23.82%
B = 7.21%

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

#DC4C17 (or 0xDC4C17) is known color: Persimmon. HEX triplet: DC, 4C and 17. RGB value is (220,76,23). Sum of RGB (Red+Green+Blue) = 220+76+23=319 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.97% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C17 is #23B3E8. Grayscale: #717171. Windows color (decimal): -2339817 or 1527004. OLE color: 1527004.

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

Color convert

RGB 220 76 23 -
CMYK 0 0.65 0.90 0.14
HSL 16.14º 0.81% 0.48% -
HSV(B) 16.14º 0.9% 0.86% -
XYZ 32.25 20.45 3.06 -
YUV 113.01 77.21 204.31 -
System Red Green Blue C M Y K H S L
Decimal 220 76 23 0 0.65 0.90 0.14 16.14 0.81 0.48
Hex DC 4C 17 0 41 5A E 10 51 30
Octal 334 114 27 0 101 132 16 20 121 60
Binary 11011100 1001100 10111 0 1000001 1011010 1110 10000 1010001 110000

Color Harmonies of #DC4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C17

Black with #DC4C17

Text Example


Text Example

White with #DC4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C17; }

 p { color: rgb(220,76,23); }

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

background-color css

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

 a { background-color: rgb(220,76,23); }

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

border-color css

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

 span { border-color: rgb(220,76,23); }

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