Html Css Color HEX #DD5705 Persimmon

📋 copy color: '#DD5705'

red 221 ◦ green 87 ◦ blue 5

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

Shades of Persimmon #DD5705

Tints of Persimmon #DD5705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 70.61%
G = 27.8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD5705 (or 0xDD5705) is known color: Persimmon. HEX triplet: DD, 57 and 05. RGB value is (221,87,5). Sum of RGB (Red+Green+Blue) = 221+87+5=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 5 (2.34% from 255 or 1.60% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5705 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5705 is #22A8FA. Grayscale: #767676. Windows color (decimal): -2271483 or 350173. OLE color: 350173.

HSL color Cylindrical-coordinate representation of color #DD5705: hue angle of 22.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD5705 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 5 -
CMYK 0 0.61 0.98 0.13
HSL 22.78º 0.96% 0.44% -
HSV(B) 22.78º 0.98% 0.87% -
XYZ 33.25 22.2 2.68 -
YUV 117.72 64.39 201.67 -
System Red Green Blue C M Y K H S L
Decimal 221 87 5 0 0.61 0.98 0.13 22.78 0.96 0.44
Hex DD 57 5 0 3D 62 D 17 60 2C
Octal 335 127 5 0 75 142 15 27 140 54
Binary 11011101 1010111 101 0 111101 1100010 1101 10111 1100000 101100

Color Harmonies of #DD5705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5705

Black with #DD5705

Text Example


Text Example

White with #DD5705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5705; }

 p { color: rgb(221,87,5); }

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

background-color css

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

 a { background-color: rgb(221,87,5); }

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

border-color css

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

 span { border-color: rgb(221,87,5); }

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