Html Css Color HEX #DD4C14 Persimmon

📋 copy color: '#DD4C14'

red 221 ◦ green 76 ◦ blue 20

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

Shades of Persimmon #DD4C14

Tints of Persimmon #DD4C14

RGB

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

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

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

R = 69.72%
G = 23.97%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD4C14 (or 0xDD4C14) is known color: Persimmon. HEX triplet: DD, 4C and 14. RGB value is (221,76,20). Sum of RGB (Red+Green+Blue) = 221+76+20=317 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.72% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 20 (8.20% from 255 or 6.31% from 317); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4C14 is #22B3EB. Grayscale: #717171. Windows color (decimal): -2274284 or 1330397. OLE color: 1330397.

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

Color convert

RGB 221 76 20 -
CMYK 0 0.66 0.91 0.13
HSL 16.72º 0.83% 0.47% -
HSV(B) 16.72º 0.91% 0.87% -
XYZ 32.53 20.59 2.92 -
YUV 112.97 75.54 205.05 -
System Red Green Blue C M Y K H S L
Decimal 221 76 20 0 0.66 0.91 0.13 16.72 0.83 0.47
Hex DD 4C 14 0 42 5B D 11 53 2F
Octal 335 114 24 0 102 133 15 21 123 57
Binary 11011101 1001100 10100 0 1000010 1011011 1101 10001 1010011 101111

Color Harmonies of #DD4C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C14

Black with #DD4C14

Text Example


Text Example

White with #DD4C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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