Html Css Color HEX #DD4E17 Persimmon

📋 copy color: '#DD4E17'

red 221 ◦ green 78 ◦ blue 23

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

Shades of Persimmon #DD4E17

Tints of Persimmon #DD4E17

RGB

 RED value IS 221 (86.72% from 255) = 68.63%

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

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

R = 68.63%
G = 24.22%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4E17 (or 0xDD4E17) is known color: Persimmon. HEX triplet: DD, 4E and 17. RGB value is (221,78,23). Sum of RGB (Red+Green+Blue) = 221+78+23=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 23 (9.38% from 255 or 7.14% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4E17 is #22B1E8. Grayscale: #727272. Windows color (decimal): -2273769 or 1527517. OLE color: 1527517.

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

Color convert

RGB 221 78 23 -
CMYK 0 0.65 0.90 0.13
HSL 16.67º 0.81% 0.48% -
HSV(B) 16.67º 0.9% 0.87% -
XYZ 32.7 20.88 3.12 -
YUV 114.49 76.38 203.97 -
System Red Green Blue C M Y K H S L
Decimal 221 78 23 0 0.65 0.90 0.13 16.67 0.81 0.48
Hex DD 4E 17 0 41 5A D 11 51 30
Octal 335 116 27 0 101 132 15 21 121 60
Binary 11011101 1001110 10111 0 1000001 1011010 1101 10001 1010001 110000

Color Harmonies of #DD4E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E17

Black with #DD4E17

Text Example


Text Example

White with #DD4E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E17; }

 p { color: rgb(221,78,23); }

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

background-color css

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

 a { background-color: rgb(221,78,23); }

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

border-color css

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

 span { border-color: rgb(221,78,23); }

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