Html Css Color HEX #DD4F18 Persimmon

📋 copy color: '#DD4F18'

red 221 ◦ green 79 ◦ blue 24

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

Shades of Persimmon #DD4F18

Tints of Persimmon #DD4F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.38%

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 68.21%
G = 24.38%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD4F18 (or 0xDD4F18) is known color: Persimmon. HEX triplet: DD, 4F and 18. RGB value is (221,79,24). Sum of RGB (Red+Green+Blue) = 221+79+24=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 79 (31.25% from 255 or 24.38% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4F18 is #22B0E7. Grayscale: #737373. Windows color (decimal): -2273512 or 1593309. OLE color: 1593309.

HSL color Cylindrical-coordinate representation of color #DD4F18: hue angle of 16.75º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD4F18 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 79 24 -
CMYK 0 0.64 0.89 0.13
HSL 16.75º 0.8% 0.48% -
HSV(B) 16.75º 0.89% 0.87% -
XYZ 32.78 21.03 3.2 -
YUV 115.19 76.54 203.47 -
System Red Green Blue C M Y K H S L
Decimal 221 79 24 0 0.64 0.89 0.13 16.75 0.8 0.48
Hex DD 4F 18 0 40 59 D 11 50 30
Octal 335 117 30 0 100 131 15 21 120 60
Binary 11011101 1001111 11000 0 1000000 1011001 1101 10001 1010000 110000

Color Harmonies of #DD4F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4F18

Black with #DD4F18

Text Example


Text Example

White with #DD4F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4F18; }

 p { color: rgb(221,79,24); }

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

background-color css

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

 a { background-color: rgb(221,79,24); }

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

border-color css

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

 span { border-color: rgb(221,79,24); }

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