Html Css Color HEX #DD5017 Persimmon

📋 copy color: '#DD5017'

red 221 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #DD5017

Tints of Persimmon #DD5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.69%

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

R = 68.21%
G = 24.69%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5017 (or 0xDD5017) is known color: Persimmon. HEX triplet: DD, 50 and 17. RGB value is (221,80,23). Sum of RGB (Red+Green+Blue) = 221+80+23=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5017 is #22AFE8. Grayscale: #747474. Windows color (decimal): -2273257 or 1528029. OLE color: 1528029.

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

Color convert

RGB 221 80 23 -
CMYK 0 0.64 0.90 0.13
HSL 17.27º 0.81% 0.48% -
HSV(B) 17.27º 0.9% 0.87% -
XYZ 32.84 21.17 3.17 -
YUV 115.66 75.71 203.13 -
System Red Green Blue C M Y K H S L
Decimal 221 80 23 0 0.64 0.90 0.13 17.27 0.81 0.48
Hex DD 50 17 0 40 5A D 11 51 30
Octal 335 120 27 0 100 132 15 21 121 60
Binary 11011101 1010000 10111 0 1000000 1011010 1101 10001 1010001 110000

Color Harmonies of #DD5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5017

Black with #DD5017

Text Example


Text Example

White with #DD5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5017; }

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

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

background-color css

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

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

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

border-color css

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

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

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