Html Css Color HEX #DE520D Persimmon

📋 copy color: '#DE520D'

red 222 ◦ green 82 ◦ blue 13

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

Shades of Persimmon #DE520D

Tints of Persimmon #DE520D

RGB

 RED value IS 222 (87.11% from 255) = 70.03%

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

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

R = 70.03%
G = 25.87%
B = 4.1%

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

#DE520D (or 0xDE520D) is known color: Persimmon. HEX triplet: DE, 52 and 0D. RGB value is (222,82,13). Sum of RGB (Red+Green+Blue) = 222+82+13=317 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.03% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520D is #21ADF2. Grayscale: #747474. Windows color (decimal): -2207219 or 873182. OLE color: 873182.

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

Color convert

RGB 222 82 13 -
CMYK 0 0.63 0.94 0.13
HSL 19.81º 0.89% 0.46% -
HSV(B) 19.81º 0.94% 0.87% -
XYZ 33.21 21.59 2.8 -
YUV 115.99 69.88 203.61 -
System Red Green Blue C M Y K H S L
Decimal 222 82 13 0 0.63 0.94 0.13 19.81 0.89 0.46
Hex DE 52 D 0 3F 5E D 14 59 2E
Octal 336 122 15 0 77 136 15 24 131 56
Binary 11011110 1010010 1101 0 111111 1011110 1101 10100 1011001 101110

Color Harmonies of #DE520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE520D

Black with #DE520D

Text Example


Text Example

White with #DE520D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE520D; }

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

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

background-color css

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

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

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

border-color css

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

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

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