Html Css Color HEX #DD5409 Persimmon

📋 copy color: '#DD5409'

red 221 ◦ green 84 ◦ blue 9

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

Shades of Persimmon #DD5409

Tints of Persimmon #DD5409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 70.38%
G = 26.75%
B = 2.87%

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

#DD5409 (or 0xDD5409) is known color: Persimmon. HEX triplet: DD, 54 and 09. RGB value is (221,84,9). Sum of RGB (Red+Green+Blue) = 221+84+9=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 9 (3.91% from 255 or 2.87% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5409 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5409 is #22ABF6. Grayscale: #747474. Windows color (decimal): -2272247 or 611549. OLE color: 611549.

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

Color convert

RGB 221 84 9 -
CMYK 0 0.62 0.96 0.13
HSL 21.23º 0.92% 0.45% -
HSV(B) 21.23º 0.96% 0.87% -
XYZ 33.04 21.73 2.71 -
YUV 116.41 67.39 202.6 -
System Red Green Blue C M Y K H S L
Decimal 221 84 9 0 0.62 0.96 0.13 21.23 0.92 0.45
Hex DD 54 9 0 3E 60 D 15 5C 2D
Octal 335 124 11 0 76 140 15 25 134 55
Binary 11011101 1010100 1001 0 111110 1100000 1101 10101 1011100 101101

Color Harmonies of #DD5409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5409

Black with #DD5409

Text Example


Text Example

White with #DD5409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5409; }

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

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

background-color css

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

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

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

border-color css

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

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

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