Html Css Color HEX #DC4D11 Persimmon

📋 copy color: '#DC4D11'

red 220 ◦ green 77 ◦ blue 17

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

Shades of Persimmon #DC4D11

Tints of Persimmon #DC4D11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 70.06%
G = 24.52%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC4D11 (or 0xDC4D11) is known color: Persimmon. HEX triplet: DC, 4D and 11. RGB value is (220,77,17). Sum of RGB (Red+Green+Blue) = 220+77+17=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D11 is #23B2EE. Grayscale: #717171. Windows color (decimal): -2339567 or 1134044. OLE color: 1134044.

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

Color convert

RGB 220 77 17 -
CMYK 0 0.65 0.92 0.14
HSL 17.73º 0.86% 0.46% -
HSV(B) 17.73º 0.92% 0.86% -
XYZ 32.27 20.56 2.8 -
YUV 112.92 73.88 204.38 -
System Red Green Blue C M Y K H S L
Decimal 220 77 17 0 0.65 0.92 0.14 17.73 0.86 0.46
Hex DC 4D 11 0 41 5C E 12 56 2E
Octal 334 115 21 0 101 134 16 22 126 56
Binary 11011100 1001101 10001 0 1000001 1011100 1110 10010 1010110 101110

Color Harmonies of #DC4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D11

Black with #DC4D11

Text Example


Text Example

White with #DC4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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