Html Css Color HEX #DD4D14 Persimmon

📋 copy color: '#DD4D14'

red 221 ◦ green 77 ◦ blue 20

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

Shades of Persimmon #DD4D14

Tints of Persimmon #DD4D14

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 69.5%
G = 24.21%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4D14 (or 0xDD4D14) is known color: Persimmon. HEX triplet: DD, 4D and 14. RGB value is (221,77,20). Sum of RGB (Red+Green+Blue) = 221+77+20=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD4D14 is #22B2EB. Grayscale: #717171. Windows color (decimal): -2274028 or 1330653. OLE color: 1330653.

HSL color Cylindrical-coordinate representation of color #DD4D14: hue angle of 17.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD4D14 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 77 20 -
CMYK 0 0.65 0.91 0.13
HSL 17.01º 0.83% 0.47% -
HSV(B) 17.01º 0.91% 0.87% -
XYZ 32.6 20.73 2.95 -
YUV 113.56 75.21 204.63 -
System Red Green Blue C M Y K H S L
Decimal 221 77 20 0 0.65 0.91 0.13 17.01 0.83 0.47
Hex DD 4D 14 0 41 5B D 11 53 2F
Octal 335 115 24 0 101 133 15 21 123 57
Binary 11011101 1001101 10100 0 1000001 1011011 1101 10001 1010011 101111

Color Harmonies of #DD4D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4D14

Black with #DD4D14

Text Example


Text Example

White with #DD4D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4D14; }

 p { color: rgb(221,77,20); }

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

background-color css

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

 a { background-color: rgb(221,77,20); }

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

border-color css

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

 span { border-color: rgb(221,77,20); }

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