Html Css Color HEX #DD5110 Persimmon

📋 copy color: '#DD5110'

red 221 ◦ green 81 ◦ blue 16

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

Shades of Persimmon #DD5110

Tints of Persimmon #DD5110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.47%

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

R = 69.5%
G = 25.47%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD5110 (or 0xDD5110) is known color: Persimmon. HEX triplet: DD, 51 and 10. RGB value is (221,81,16). Sum of RGB (Red+Green+Blue) = 221+81+16=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5110 is #22AEEF. Grayscale: #737373. Windows color (decimal): -2273008 or 1069533. OLE color: 1069533.

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

Color convert

RGB 221 81 16 -
CMYK 0 0.63 0.93 0.13
HSL 19.02º 0.86% 0.46% -
HSV(B) 19.02º 0.93% 0.87% -
XYZ 32.85 21.29 2.87 -
YUV 115.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 221 81 16 0 0.63 0.93 0.13 19.02 0.86 0.46
Hex DD 51 10 0 3F 5D D 13 56 2E
Octal 335 121 20 0 77 135 15 23 126 56
Binary 11011101 1010001 10000 0 111111 1011101 1101 10011 1010110 101110

Color Harmonies of #DD5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5110

Black with #DD5110

Text Example


Text Example

White with #DD5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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