Html Css Color HEX #DD5910 Persimmon

📋 copy color: '#DD5910'

red 221 ◦ green 89 ◦ blue 16

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

Shades of Persimmon #DD5910

Tints of Persimmon #DD5910

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 16 (6.64% from 255) = 4.91%

R = 67.79%
G = 27.3%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5910 (or 0xDD5910) is known color: Persimmon. HEX triplet: DD, 59 and 10. RGB value is (221,89,16). Sum of RGB (Red+Green+Blue) = 221+89+16=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 16 (6.64% from 255 or 4.91% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5910 is #22A6EF. Grayscale: #787878. Windows color (decimal): -2270960 or 1071581. OLE color: 1071581.

HSL color Cylindrical-coordinate representation of color #DD5910: hue angle of 21.37º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD5910 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 89 16 -
CMYK 0 0.60 0.93 0.13
HSL 21.37º 0.86% 0.46% -
HSV(B) 21.37º 0.93% 0.87% -
XYZ 33.48 22.55 3.08 -
YUV 120.15 69.23 199.94 -
System Red Green Blue C M Y K H S L
Decimal 221 89 16 0 0.60 0.93 0.13 21.37 0.86 0.46
Hex DD 59 10 0 3C 5D D 15 56 2E
Octal 335 131 20 0 74 135 15 25 126 56
Binary 11011101 1011001 10000 0 111100 1011101 1101 10101 1010110 101110

Color Harmonies of #DD5910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5910

Black with #DD5910

Text Example


Text Example

White with #DD5910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5910; }

 p { color: rgb(221,89,16); }

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

background-color css

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

 a { background-color: rgb(221,89,16); }

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

border-color css

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

 span { border-color: rgb(221,89,16); }

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