Html Css Color HEX #DE5A00 Persimmon

📋 copy color: '#DE5A00'

red 222 ◦ green 90 ◦ blue 0

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

Shades of Persimmon #DE5A00

Tints of Persimmon #DE5A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

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

R = 71.15%
G = 28.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE5A00 (or 0xDE5A00) is known color: Persimmon. HEX triplet: DE, 5A and 00. RGB value is (222,90,0). Sum of RGB (Red+Green+Blue) = 222+90+0=312 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.15% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5A00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5A00 is #21A5FF. Grayscale: #777777. Windows color (decimal): -2205184 or 23262. OLE color: 23262.

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

Color convert

RGB 222 90 0 -
CMYK 0 0.59 1 0.13
HSL 24.32º 1% 0.44% -
HSV(B) 24.32º 1% 0.87% -
XYZ 33.78 22.84 2.63 -
YUV 119.21 60.73 201.32 -
System Red Green Blue C M Y K H S L
Decimal 222 90 0 0 0.59 1 0.13 24.32 1 0.44
Hex DE 5A 0 0 3B 64 D 18 64 2C
Octal 336 132 0 0 73 144 15 30 144 54
Binary 11011110 1011010 0 0 111011 1100100 1101 11000 1100100 101100

Color Harmonies of #DE5A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5A00

Black with #DE5A00

Text Example


Text Example

White with #DE5A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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