Html Css Color HEX #DE5B11 Persimmon

📋 copy color: '#DE5B11'

red 222 ◦ green 91 ◦ blue 17

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

Shades of Persimmon #DE5B11

Tints of Persimmon #DE5B11

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.58%

 BLUE value IS 17 (7.03% from 255) = 5.15%

R = 67.27%
G = 27.58%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE5B11 (or 0xDE5B11) is known color: Persimmon. HEX triplet: DE, 5B and 11. RGB value is (222,91,17). Sum of RGB (Red+Green+Blue) = 222+91+17=330 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.27% from 330); Green value is 91 (35.94% from 255 or 27.58% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5B11 is #21A4EE. Grayscale: #7A7A7A. Windows color (decimal): -2204911 or 1137630. OLE color: 1137630.

HSL color Cylindrical-coordinate representation of color #DE5B11: hue angle of 21.66º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE5B11 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 91 17 -
CMYK 0 0.59 0.92 0.13
HSL 21.66º 0.86% 0.47% -
HSV(B) 21.66º 0.92% 0.87% -
XYZ 33.97 23.05 3.19 -
YUV 121.73 68.9 199.52 -
System Red Green Blue C M Y K H S L
Decimal 222 91 17 0 0.59 0.92 0.13 21.66 0.86 0.47
Hex DE 5B 11 0 3B 5C D 16 56 2F
Octal 336 133 21 0 73 134 15 26 126 57
Binary 11011110 1011011 10001 0 111011 1011100 1101 10110 1010110 101111

Color Harmonies of #DE5B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5B11

Black with #DE5B11

Text Example


Text Example

White with #DE5B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5B11; }

 p { color: rgb(222,91,17); }

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

background-color css

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

 a { background-color: rgb(222,91,17); }

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

border-color css

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

 span { border-color: rgb(222,91,17); }

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