Html Css Color HEX #DC4C16 Persimmon

📋 copy color: '#DC4C16'

red 220 ◦ green 76 ◦ blue 22

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

Shades of Persimmon #DC4C16

Tints of Persimmon #DC4C16

RGB

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

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

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

R = 69.18%
G = 23.9%
B = 6.92%

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

#DC4C16 (or 0xDC4C16) is known color: Persimmon. HEX triplet: DC, 4C and 16. RGB value is (220,76,22). Sum of RGB (Red+Green+Blue) = 220+76+22=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4C16 is #23B3E9. Grayscale: #717171. Windows color (decimal): -2339818 or 1461468. OLE color: 1461468.

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

Color convert

RGB 220 76 22 -
CMYK 0 0.65 0.9 0.14
HSL 16.36º 0.82% 0.47% -
HSV(B) 16.36º 0.9% 0.86% -
XYZ 32.24 20.44 3.01 -
YUV 112.9 76.71 204.39 -
System Red Green Blue C M Y K H S L
Decimal 220 76 22 0 0.65 0.9 0.14 16.36 0.82 0.47
Hex DC 4C 16 0 41 5A E 10 52 2F
Octal 334 114 26 0 101 132 16 20 122 57
Binary 11011100 1001100 10110 0 1000001 1011010 1110 10000 1010010 101111

Color Harmonies of #DC4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C16

Black with #DC4C16

Text Example


Text Example

White with #DC4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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