Html Css Color HEX #DD520D Persimmon

📋 copy color: '#DD520D'

red 221 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #DD520D

Tints of Persimmon #DD520D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 69.94%
G = 25.95%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD520D (or 0xDD520D) is known color: Persimmon. HEX triplet: DD, 52 and 0D. RGB value is (221,82,13). Sum of RGB (Red+Green+Blue) = 221+82+13=316 (41% of max value = 765). Red value is 221 (86.72% from 255 or 69.94% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 221 - color contains mainly: red. Hex color #DD520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD520D is #22ADF2. Grayscale: #747474. Windows color (decimal): -2272755 or 873181. OLE color: 873181.

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

Color convert

RGB 221 82 13 -
CMYK 0 0.63 0.94 0.13
HSL 19.9º 0.89% 0.46% -
HSV(B) 19.9º 0.94% 0.87% -
XYZ 32.91 21.44 2.78 -
YUV 115.7 70.05 203.11 -
System Red Green Blue C M Y K H S L
Decimal 221 82 13 0 0.63 0.94 0.13 19.9 0.89 0.46
Hex DD 52 D 0 3F 5E D 14 59 2E
Octal 335 122 15 0 77 136 15 24 131 56
Binary 11011101 1010010 1101 0 111111 1011110 1101 10100 1011001 101110

Color Harmonies of #DD520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD520D

Black with #DD520D

Text Example


Text Example

White with #DD520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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