Html Css Color HEX #DD5116 Persimmon

📋 copy color: '#DD5116'

red 221 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #DD5116

Tints of Persimmon #DD5116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.79%

R = 68.21%
G = 25%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD5116 (or 0xDD5116) is known color: Persimmon. HEX triplet: DD, 51 and 16. RGB value is (221,81,22). Sum of RGB (Red+Green+Blue) = 221+81+22=324 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.21% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5116 is #22AEE9. Grayscale: #747474. Windows color (decimal): -2273002 or 1462749. OLE color: 1462749.

HSL color Cylindrical-coordinate representation of color #DD5116: hue angle of 17.79º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD5116 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 81 22 -
CMYK 0 0.63 0.90 0.13
HSL 17.79º 0.82% 0.48% -
HSV(B) 17.79º 0.9% 0.87% -
XYZ 32.91 21.31 3.14 -
YUV 116.13 74.88 202.8 -
System Red Green Blue C M Y K H S L
Decimal 221 81 22 0 0.63 0.90 0.13 17.79 0.82 0.48
Hex DD 51 16 0 3F 5A D 12 52 30
Octal 335 121 26 0 77 132 15 22 122 60
Binary 11011101 1010001 10110 0 111111 1011010 1101 10010 1010010 110000

Color Harmonies of #DD5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5116

Black with #DD5116

Text Example


Text Example

White with #DD5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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