Html Css Color HEX #DD5414 Persimmon

📋 copy color: '#DD5414'

red 221 ◦ green 84 ◦ blue 20

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

Shades of Persimmon #DD5414

Tints of Persimmon #DD5414

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 68%
G = 25.85%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD5414 (or 0xDD5414) is known color: Persimmon. HEX triplet: DD, 54 and 14. RGB value is (221,84,20). Sum of RGB (Red+Green+Blue) = 221+84+20=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5414 is #22ABEB. Grayscale: #767676. Windows color (decimal): -2272236 or 1332445. OLE color: 1332445.

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

Color convert

RGB 221 84 20 -
CMYK 0 0.62 0.91 0.13
HSL 19.1º 0.83% 0.47% -
HSV(B) 19.1º 0.91% 0.87% -
XYZ 33.12 21.76 3.12 -
YUV 117.67 72.89 201.7 -
System Red Green Blue C M Y K H S L
Decimal 221 84 20 0 0.62 0.91 0.13 19.1 0.83 0.47
Hex DD 54 14 0 3E 5B D 13 53 2F
Octal 335 124 24 0 76 133 15 23 123 57
Binary 11011101 1010100 10100 0 111110 1011011 1101 10011 1010011 101111

Color Harmonies of #DD5414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5414

Black with #DD5414

Text Example


Text Example

White with #DD5414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5414; }

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

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

background-color css

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

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

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

border-color css

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

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

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