Html Css Color HEX #DE5017 Persimmon

📋 copy color: '#DE5017'

red 222 ◦ green 80 ◦ blue 23

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

Shades of Persimmon #DE5017

Tints of Persimmon #DE5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

 BLUE value IS 23 (9.38% from 255) = 7.08%

R = 68.31%
G = 24.62%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE5017 (or 0xDE5017) is known color: Persimmon. HEX triplet: DE, 50 and 17. RGB value is (222,80,23). Sum of RGB (Red+Green+Blue) = 222+80+23=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5017 is #21AFE8. Grayscale: #747474. Windows color (decimal): -2207721 or 1528030. OLE color: 1528030.

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

Color convert

RGB 222 80 23 -
CMYK 0 0.64 0.90 0.13
HSL 17.19º 0.81% 0.48% -
HSV(B) 17.19º 0.9% 0.87% -
XYZ 33.15 21.33 3.18 -
YUV 115.96 75.54 203.63 -
System Red Green Blue C M Y K H S L
Decimal 222 80 23 0 0.64 0.90 0.13 17.19 0.81 0.48
Hex DE 50 17 0 40 5A D 11 51 30
Octal 336 120 27 0 100 132 15 21 121 60
Binary 11011110 1010000 10111 0 1000000 1011010 1101 10001 1010001 110000

Color Harmonies of #DE5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5017

Black with #DE5017

Text Example


Text Example

White with #DE5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5017; }

 p { color: rgb(222,80,23); }

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

background-color css

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

 a { background-color: rgb(222,80,23); }

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

border-color css

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

 span { border-color: rgb(222,80,23); }

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