Html Css Color HEX #DE5E08 Persimmon

📋 copy color: '#DE5E08'

red 222 ◦ green 94 ◦ blue 8

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

Shades of Persimmon #DE5E08

Tints of Persimmon #DE5E08

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.01%

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 68.52%
G = 29.01%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE5E08 (or 0xDE5E08) is known color: Persimmon. HEX triplet: DE, 5E and 08. RGB value is (222,94,8). Sum of RGB (Red+Green+Blue) = 222+94+8=324 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.52% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5E08 is #21A1F7. Grayscale: #7A7A7A. Windows color (decimal): -2204152 or 548574. OLE color: 548574.

HSL color Cylindrical-coordinate representation of color #DE5E08: hue angle of 24.11º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DE5E08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 8 -
CMYK 0 0.58 0.96 0.13
HSL 24.11º 0.93% 0.45% -
HSV(B) 24.11º 0.96% 0.87% -
XYZ 34.17 23.55 2.97 -
YUV 122.47 63.41 198.99 -
System Red Green Blue C M Y K H S L
Decimal 222 94 8 0 0.58 0.96 0.13 24.11 0.93 0.45
Hex DE 5E 8 0 3A 60 D 18 5D 2D
Octal 336 136 10 0 72 140 15 30 135 55
Binary 11011110 1011110 1000 0 111010 1100000 1101 11000 1011101 101101

Color Harmonies of #DE5E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E08

Black with #DE5E08

Text Example


Text Example

White with #DE5E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E08; }

 p { color: rgb(222,94,8); }

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

background-color css

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

 a { background-color: rgb(222,94,8); }

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

border-color css

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

 span { border-color: rgb(222,94,8); }

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