Html Css Color HEX #DE5711 Persimmon

📋 copy color: '#DE5711'

red 222 ◦ green 87 ◦ blue 17

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

Shades of Persimmon #DE5711

Tints of Persimmon #DE5711

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.69%

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

R = 68.1%
G = 26.69%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE5711 (or 0xDE5711) is known color: Persimmon. HEX triplet: DE, 57 and 11. RGB value is (222,87,17). Sum of RGB (Red+Green+Blue) = 222+87+17=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5711 is #21A8EE. Grayscale: #777777. Windows color (decimal): -2205935 or 1136606. OLE color: 1136606.

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

Color convert

RGB 222 87 17 -
CMYK 0 0.61 0.92 0.13
HSL 20.49º 0.86% 0.47% -
HSV(B) 20.49º 0.92% 0.87% -
XYZ 33.63 22.39 3.08 -
YUV 119.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 222 87 17 0 0.61 0.92 0.13 20.49 0.86 0.47
Hex DE 57 11 0 3D 5C D 14 56 2F
Octal 336 127 21 0 75 134 15 24 126 57
Binary 11011110 1010111 10001 0 111101 1011100 1101 10100 1010110 101111

Color Harmonies of #DE5711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5711

Black with #DE5711

Text Example


Text Example

White with #DE5711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5711; }

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

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

background-color css

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

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

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

border-color css

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

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

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