Html Css Color HEX #DE5800 Persimmon

📋 copy color: '#DE5800'

red 222 ◦ green 88 ◦ blue 0

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

Shades of Persimmon #DE5800

Tints of Persimmon #DE5800

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.61%
G = 28.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE5800 (or 0xDE5800) is known color: Persimmon. HEX triplet: DE, 58 and 00. RGB value is (222,88,0). Sum of RGB (Red+Green+Blue) = 222+88+0=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5800 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5800 is #21A7FF. Grayscale: #767676. Windows color (decimal): -2205696 or 22750. OLE color: 22750.

HSL color Cylindrical-coordinate representation of color #DE5800: hue angle of 23.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE5800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 88 0 -
CMYK 0 0.60 1 0.13
HSL 23.78º 1% 0.44% -
HSV(B) 23.78º 1% 0.87% -
XYZ 33.61 22.51 2.57 -
YUV 118.03 61.39 202.16 -
System Red Green Blue C M Y K H S L
Decimal 222 88 0 0 0.60 1 0.13 23.78 1 0.44
Hex DE 58 0 0 3C 64 D 18 64 2C
Octal 336 130 0 0 74 144 15 30 144 54
Binary 11011110 1011000 0 0 111100 1100100 1101 11000 1100100 101100

Color Harmonies of #DE5800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5800

Black with #DE5800

Text Example


Text Example

White with #DE5800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5800; }

 p { color: rgb(222,88,0); }

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

background-color css

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

 a { background-color: rgb(222,88,0); }

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

border-color css

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

 span { border-color: rgb(222,88,0); }

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