Html Css Color HEX #DD5216 Persimmon

📋 copy color: '#DD5216'

red 221 ◦ green 82 ◦ blue 22

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

Shades of Persimmon #DD5216

Tints of Persimmon #DD5216

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.23%

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

R = 68%
G = 25.23%
B = 6.77%

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

#DD5216 (or 0xDD5216) is known color: Persimmon. HEX triplet: DD, 52 and 16. RGB value is (221,82,22). Sum of RGB (Red+Green+Blue) = 221+82+22=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 82 (32.42% from 255 or 25.23% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5216 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD5216 is #22ADE9. Grayscale: #757575. Windows color (decimal): -2272746 or 1463005. OLE color: 1463005.

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

Color convert

RGB 221 82 22 -
CMYK 0 0.63 0.90 0.13
HSL 18.09º 0.82% 0.48% -
HSV(B) 18.09º 0.9% 0.87% -
XYZ 32.98 21.46 3.16 -
YUV 116.72 74.55 202.38 -
System Red Green Blue C M Y K H S L
Decimal 221 82 22 0 0.63 0.90 0.13 18.09 0.82 0.48
Hex DD 52 16 0 3F 5A D 12 52 30
Octal 335 122 26 0 77 132 15 22 122 60
Binary 11011101 1010010 10110 0 111111 1011010 1101 10010 1010010 110000

Color Harmonies of #DD5216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5216

Black with #DD5216

Text Example


Text Example

White with #DD5216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5216; }

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

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

background-color css

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

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

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

border-color css

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

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

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