Html Css Color HEX #DD5710 Persimmon

📋 copy color: '#DD5710'

red 221 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #DD5710

Tints of Persimmon #DD5710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.94%

R = 68.21%
G = 26.85%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5710 (or 0xDD5710) is known color: Persimmon. HEX triplet: DD, 57 and 10. RGB value is (221,87,16). Sum of RGB (Red+Green+Blue) = 221+87+16=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 87 (34.38% from 255 or 26.85% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5710 is #22A8EF. Grayscale: #777777. Windows color (decimal): -2271472 or 1071069. OLE color: 1071069.

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

Color convert

RGB 221 87 16 -
CMYK 0 0.61 0.93 0.13
HSL 20.78º 0.86% 0.46% -
HSV(B) 20.78º 0.93% 0.87% -
XYZ 33.32 22.23 3.02 -
YUV 118.97 69.89 200.77 -
System Red Green Blue C M Y K H S L
Decimal 221 87 16 0 0.61 0.93 0.13 20.78 0.86 0.46
Hex DD 57 10 0 3D 5D D 15 56 2E
Octal 335 127 20 0 75 135 15 25 126 56
Binary 11011101 1010111 10000 0 111101 1011101 1101 10101 1010110 101110

Color Harmonies of #DD5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5710

Black with #DD5710

Text Example


Text Example

White with #DD5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5710; }

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

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

background-color css

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

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

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

border-color css

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

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

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