Html Css Color HEX #DD5209 Persimmon

📋 copy color: '#DD5209'

red 221 ◦ green 82 ◦ blue 9

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

Shades of Persimmon #DD5209

Tints of Persimmon #DD5209

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 70.83%
G = 26.28%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5209 (or 0xDD5209) is known color: Persimmon. HEX triplet: DD, 52 and 09. RGB value is (221,82,9). Sum of RGB (Red+Green+Blue) = 221+82+9=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5209 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5209 is #22ADF6. Grayscale: #737373. Windows color (decimal): -2272759 or 611037. OLE color: 611037.

HSL color Cylindrical-coordinate representation of color #DD5209: hue angle of 20.66º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD5209 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 82 9 -
CMYK 0 0.63 0.96 0.13
HSL 20.66º 0.92% 0.45% -
HSV(B) 20.66º 0.96% 0.87% -
XYZ 32.89 21.43 2.66 -
YUV 115.24 68.05 203.44 -
System Red Green Blue C M Y K H S L
Decimal 221 82 9 0 0.63 0.96 0.13 20.66 0.92 0.45
Hex DD 52 9 0 3F 60 D 15 5C 2D
Octal 335 122 11 0 77 140 15 25 134 55
Binary 11011101 1010010 1001 0 111111 1100000 1101 10101 1011100 101101

Color Harmonies of #DD5209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5209

Black with #DD5209

Text Example


Text Example

White with #DD5209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5209; }

 p { color: rgb(221,82,9); }

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

background-color css

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

 a { background-color: rgb(221,82,9); }

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

border-color css

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

 span { border-color: rgb(221,82,9); }

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