Html Css Color HEX #DD5513 Persimmon

📋 copy color: '#DD5513'

red 221 ◦ green 85 ◦ blue 19

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

Shades of Persimmon #DD5513

Tints of Persimmon #DD5513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.15%

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 68%
G = 26.15%
B = 5.85%

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

#DD5513 (or 0xDD5513) is known color: Persimmon. HEX triplet: DD, 55 and 13. RGB value is (221,85,19). Sum of RGB (Red+Green+Blue) = 221+85+19=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5513 is #22AAEC. Grayscale: #767676. Windows color (decimal): -2271981 or 1267165. OLE color: 1267165.

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

Color convert

RGB 221 85 19 -
CMYK 0 0.62 0.91 0.13
HSL 19.6º 0.84% 0.47% -
HSV(B) 19.6º 0.91% 0.87% -
XYZ 33.18 21.92 3.1 -
YUV 118.14 72.06 201.37 -
System Red Green Blue C M Y K H S L
Decimal 221 85 19 0 0.62 0.91 0.13 19.6 0.84 0.47
Hex DD 55 13 0 3E 5B D 14 54 2F
Octal 335 125 23 0 76 133 15 24 124 57
Binary 11011101 1010101 10011 0 111110 1011011 1101 10100 1010100 101111

Color Harmonies of #DD5513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5513

Black with #DD5513

Text Example


Text Example

White with #DD5513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5513; }

 p { color: rgb(221,85,19); }

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

background-color css

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

 a { background-color: rgb(221,85,19); }

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

border-color css

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

 span { border-color: rgb(221,85,19); }

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