Html Css Color HEX #DE5000 Persimmon

📋 copy color: '#DE5000'

red 222 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #DE5000

Tints of Persimmon #DE5000

RGB

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

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

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

R = 73.51%
G = 26.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DE5000 (or 0xDE5000) is known color: Persimmon. HEX triplet: DE, 50 and 00. RGB value is (222,80,0). Sum of RGB (Red+Green+Blue) = 222+80+0=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5000 is #21AFFF. Grayscale: #717171. Windows color (decimal): -2207744 or 20702. OLE color: 20702.

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

Color convert

RGB 222 80 0 -
CMYK 0 0.64 1 0.13
HSL 21.62º 1% 0.44% -
HSV(B) 21.62º 1% 0.87% -
XYZ 32.99 21.27 2.37 -
YUV 113.34 64.04 205.5 -
System Red Green Blue C M Y K H S L
Decimal 222 80 0 0 0.64 1 0.13 21.62 1 0.44
Hex DE 50 0 0 40 64 D 16 64 2C
Octal 336 120 0 0 100 144 15 26 144 54
Binary 11011110 1010000 0 0 1000000 1100100 1101 10110 1100100 101100

Color Harmonies of #DE5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5000

Black with #DE5000

Text Example


Text Example

White with #DE5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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