Html Css Color HEX #DD5510 Persimmon

📋 copy color: '#DD5510'

red 221 ◦ green 85 ◦ blue 16

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

Shades of Persimmon #DD5510

Tints of Persimmon #DD5510

RGB

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

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

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

R = 68.63%
G = 26.4%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5510 (or 0xDD5510) is known color: Persimmon. HEX triplet: DD, 55 and 10. RGB value is (221,85,16). Sum of RGB (Red+Green+Blue) = 221+85+16=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5510 is #22AAEF. Grayscale: #767676. Windows color (decimal): -2271984 or 1070557. OLE color: 1070557.

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

Color convert

RGB 221 85 16 -
CMYK 0 0.62 0.93 0.13
HSL 20.2º 0.86% 0.46% -
HSV(B) 20.2º 0.93% 0.87% -
XYZ 33.16 21.91 2.97 -
YUV 117.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 221 85 16 0 0.62 0.93 0.13 20.2 0.86 0.46
Hex DD 55 10 0 3E 5D D 14 56 2E
Octal 335 125 20 0 76 135 15 24 126 56
Binary 11011101 1010101 10000 0 111110 1011101 1101 10100 1010110 101110

Color Harmonies of #DD5510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5510

Black with #DD5510

Text Example


Text Example

White with #DD5510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5510; }

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

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

background-color css

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

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

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

border-color css

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

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

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