Html Css Color HEX #DE590E Persimmon

📋 copy color: '#DE590E'

red 222 ◦ green 89 ◦ blue 14

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

Shades of Persimmon #DE590E

Tints of Persimmon #DE590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 14 (5.86% from 255) = 4.31%

R = 68.31%
G = 27.38%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE590E (or 0xDE590E) is known color: Persimmon. HEX triplet: DE, 59 and 0E. RGB value is (222,89,14). Sum of RGB (Red+Green+Blue) = 222+89+14=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE590E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE590E is #21A6F1. Grayscale: #787878. Windows color (decimal): -2205426 or 940510. OLE color: 940510.

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

Color convert

RGB 222 89 14 -
CMYK 0 0.60 0.94 0.13
HSL 21.63º 0.88% 0.46% -
HSV(B) 21.63º 0.94% 0.87% -
XYZ 33.78 22.71 3.02 -
YUV 120.22 68.06 200.6 -
System Red Green Blue C M Y K H S L
Decimal 222 89 14 0 0.60 0.94 0.13 21.63 0.88 0.46
Hex DE 59 E 0 3C 5E D 16 58 2E
Octal 336 131 16 0 74 136 15 26 130 56
Binary 11011110 1011001 1110 0 111100 1011110 1101 10110 1011000 101110

Color Harmonies of #DE590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE590E

Black with #DE590E

Text Example


Text Example

White with #DE590E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE590E; }

 p { color: rgb(222,89,14); }

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

background-color css

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

 a { background-color: rgb(222,89,14); }

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

border-color css

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

 span { border-color: rgb(222,89,14); }

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