Html Css Color HEX #DD5407 Persimmon

📋 copy color: '#DD5407'

red 221 ◦ green 84 ◦ blue 7

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

Shades of Persimmon #DD5407

Tints of Persimmon #DD5407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.24%

R = 70.83%
G = 26.92%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5407 (or 0xDD5407) is known color: Persimmon. HEX triplet: DD, 54 and 07. RGB value is (221,84,7). Sum of RGB (Red+Green+Blue) = 221+84+7=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 7 (3.12% from 255 or 2.24% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5407 is #22ABF8. Grayscale: #747474. Windows color (decimal): -2272249 or 480477. OLE color: 480477.

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

Color convert

RGB 221 84 7 -
CMYK 0 0.62 0.97 0.13
HSL 21.59º 0.94% 0.45% -
HSV(B) 21.59º 0.97% 0.87% -
XYZ 33.03 21.73 2.65 -
YUV 116.19 66.39 202.76 -
System Red Green Blue C M Y K H S L
Decimal 221 84 7 0 0.62 0.97 0.13 21.59 0.94 0.45
Hex DD 54 7 0 3E 61 D 16 5E 2D
Octal 335 124 7 0 76 141 15 26 136 55
Binary 11011101 1010100 111 0 111110 1100001 1101 10110 1011110 101101

Color Harmonies of #DD5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5407

Black with #DD5407

Text Example


Text Example

White with #DD5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5407; }

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

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

background-color css

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

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

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

border-color css

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

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

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