Html Css Color HEX #DD5C09 Persimmon

📋 copy color: '#DD5C09'

red 221 ◦ green 92 ◦ blue 9

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

Shades of Persimmon #DD5C09

Tints of Persimmon #DD5C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.57%

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

R = 68.63%
G = 28.57%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5C09 (or 0xDD5C09) is known color: Persimmon. HEX triplet: DD, 5C and 09. RGB value is (221,92,9). Sum of RGB (Red+Green+Blue) = 221+92+9=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5C09 is #22A3F6. Grayscale: #797979. Windows color (decimal): -2270199 or 613597. OLE color: 613597.

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

Color convert

RGB 221 92 9 -
CMYK 0 0.58 0.96 0.13
HSL 23.49º 0.92% 0.45% -
HSV(B) 23.49º 0.96% 0.87% -
XYZ 33.7 23.05 2.93 -
YUV 121.11 64.74 199.25 -
System Red Green Blue C M Y K H S L
Decimal 221 92 9 0 0.58 0.96 0.13 23.49 0.92 0.45
Hex DD 5C 9 0 3A 60 D 17 5C 2D
Octal 335 134 11 0 72 140 15 27 134 55
Binary 11011101 1011100 1001 0 111010 1100000 1101 10111 1011100 101101

Color Harmonies of #DD5C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C09

Black with #DD5C09

Text Example


Text Example

White with #DD5C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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