Html Css Color HEX #DD5117 Persimmon

📋 copy color: '#DD5117'

red 221 ◦ green 81 ◦ blue 23

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

Shades of Persimmon #DD5117

Tints of Persimmon #DD5117

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.92%

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

R = 68%
G = 24.92%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5117 (or 0xDD5117) is known color: Persimmon. HEX triplet: DD, 51 and 17. RGB value is (221,81,23). Sum of RGB (Red+Green+Blue) = 221+81+23=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5117 is #22AEE8. Grayscale: #747474. Windows color (decimal): -2273001 or 1528285. OLE color: 1528285.

HSL color Cylindrical-coordinate representation of color #DD5117: hue angle of 17.58º 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 #DD5117 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 23 -
CMYK 0 0.63 0.90 0.13
HSL 17.58º 0.81% 0.48% -
HSV(B) 17.58º 0.9% 0.87% -
XYZ 32.92 21.32 3.19 -
YUV 116.25 75.38 202.72 -
System Red Green Blue C M Y K H S L
Decimal 221 81 23 0 0.63 0.90 0.13 17.58 0.81 0.48
Hex DD 51 17 0 3F 5A D 12 51 30
Octal 335 121 27 0 77 132 15 22 121 60
Binary 11011101 1010001 10111 0 111111 1011010 1101 10010 1010001 110000

Color Harmonies of #DD5117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5117

Black with #DD5117

Text Example


Text Example

White with #DD5117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5117; }

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

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

background-color css

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

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

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

border-color css

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

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

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