Html Css Color HEX #DD5309 Persimmon

📋 copy color: '#DD5309'

red 221 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #DD5309

Tints of Persimmon #DD5309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.52%

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

R = 70.61%
G = 26.52%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD5309 (or 0xDD5309) is known color: Persimmon. HEX triplet: DD, 53 and 09. RGB value is (221,83,9). Sum of RGB (Red+Green+Blue) = 221+83+9=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 83 (32.81% from 255 or 26.52% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5309 is #22ACF6. Grayscale: #747474. Windows color (decimal): -2272503 or 611293. OLE color: 611293.

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

Color convert

RGB 221 83 9 -
CMYK 0 0.62 0.96 0.13
HSL 20.94º 0.92% 0.45% -
HSV(B) 20.94º 0.96% 0.87% -
XYZ 32.96 21.58 2.69 -
YUV 115.83 67.72 203.02 -
System Red Green Blue C M Y K H S L
Decimal 221 83 9 0 0.62 0.96 0.13 20.94 0.92 0.45
Hex DD 53 9 0 3E 60 D 15 5C 2D
Octal 335 123 11 0 76 140 15 25 134 55
Binary 11011101 1010011 1001 0 111110 1100000 1101 10101 1011100 101101

Color Harmonies of #DD5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5309

Black with #DD5309

Text Example


Text Example

White with #DD5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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