Html Css Color HEX #DD5607 Persimmon

📋 copy color: '#DD5607'

red 221 ◦ green 86 ◦ blue 7

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

Shades of Persimmon #DD5607

Tints of Persimmon #DD5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

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

R = 70.38%
G = 27.39%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD5607 (or 0xDD5607) is known color: Persimmon. HEX triplet: DD, 56 and 07. RGB value is (221,86,7). Sum of RGB (Red+Green+Blue) = 221+86+7=314 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.38% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5607 is #22A9F8. Grayscale: #757575. Windows color (decimal): -2271737 or 480989. OLE color: 480989.

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

Color convert

RGB 221 86 7 -
CMYK 0 0.61 0.97 0.13
HSL 22.15º 0.94% 0.45% -
HSV(B) 22.15º 0.97% 0.87% -
XYZ 33.18 22.04 2.71 -
YUV 117.36 65.73 201.92 -
System Red Green Blue C M Y K H S L
Decimal 221 86 7 0 0.61 0.97 0.13 22.15 0.94 0.45
Hex DD 56 7 0 3D 61 D 16 5E 2D
Octal 335 126 7 0 75 141 15 26 136 55
Binary 11011101 1010110 111 0 111101 1100001 1101 10110 1011110 101101

Color Harmonies of #DD5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5607

Black with #DD5607

Text Example


Text Example

White with #DD5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5607; }

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

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

background-color css

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

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

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

border-color css

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

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

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