Html Css Color HEX #DE520F Persimmon

📋 copy color: '#DE520F'

red 222 ◦ green 82 ◦ blue 15

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

Shades of Persimmon #DE520F

Tints of Persimmon #DE520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.7%

R = 69.59%
G = 25.71%
B = 4.7%

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

#DE520F (or 0xDE520F) is known color: Persimmon. HEX triplet: DE, 52 and 0F. RGB value is (222,82,15). Sum of RGB (Red+Green+Blue) = 222+82+15=319 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.59% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 222 - color contains mainly: red. Hex color #DE520F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE520F is #21ADF0. Grayscale: #747474. Windows color (decimal): -2207217 or 1004254. OLE color: 1004254.

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

Color convert

RGB 222 82 15 -
CMYK 0 0.63 0.93 0.13
HSL 19.42º 0.87% 0.46% -
HSV(B) 19.42º 0.93% 0.87% -
XYZ 33.23 21.6 2.87 -
YUV 116.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 222 82 15 0 0.63 0.93 0.13 19.42 0.87 0.46
Hex DE 52 F 0 3F 5D D 13 57 2E
Octal 336 122 17 0 77 135 15 23 127 56
Binary 11011110 1010010 1111 0 111111 1011101 1101 10011 1010111 101110

Color Harmonies of #DE520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE520F

Black with #DE520F

Text Example


Text Example

White with #DE520F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE520F; }

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

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

background-color css

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

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

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

border-color css

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

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

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