Html Css Color HEX #DD4C17 Persimmon

📋 copy color: '#DD4C17'

red 221 ◦ green 76 ◦ blue 23

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

Shades of Persimmon #DD4C17

Tints of Persimmon #DD4C17

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.75%

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

R = 69.06%
G = 23.75%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4C17 (or 0xDD4C17) is known color: Persimmon. HEX triplet: DD, 4C and 17. RGB value is (221,76,23). Sum of RGB (Red+Green+Blue) = 221+76+23=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C17 is #22B3E8. Grayscale: #717171. Windows color (decimal): -2274281 or 1527005. OLE color: 1527005.

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

Color convert

RGB 221 76 23 -
CMYK 0 0.66 0.90 0.13
HSL 16.06º 0.81% 0.48% -
HSV(B) 16.06º 0.9% 0.87% -
XYZ 32.56 20.6 3.07 -
YUV 113.31 77.04 204.81 -
System Red Green Blue C M Y K H S L
Decimal 221 76 23 0 0.66 0.90 0.13 16.06 0.81 0.48
Hex DD 4C 17 0 42 5A D 10 51 30
Octal 335 114 27 0 102 132 15 20 121 60
Binary 11011101 1001100 10111 0 1000010 1011010 1101 10000 1010001 110000

Color Harmonies of #DD4C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C17

Black with #DD4C17

Text Example


Text Example

White with #DD4C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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