Html Css Color HEX #DE5408 Persimmon

📋 copy color: '#DE5408'

red 222 ◦ green 84 ◦ blue 8

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

Shades of Persimmon #DE5408

Tints of Persimmon #DE5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

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

R = 70.7%
G = 26.75%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE5408 (or 0xDE5408) is known color: Persimmon. HEX triplet: DE, 54 and 08. RGB value is (222,84,8). Sum of RGB (Red+Green+Blue) = 222+84+8=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5408 is #21ABF7. Grayscale: #757575. Windows color (decimal): -2206712 or 546014. OLE color: 546014.

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

Color convert

RGB 222 84 8 -
CMYK 0 0.62 0.96 0.13
HSL 21.31º 0.93% 0.45% -
HSV(B) 21.31º 0.96% 0.87% -
XYZ 33.34 21.89 2.7 -
YUV 116.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 222 84 8 0 0.62 0.96 0.13 21.31 0.93 0.45
Hex DE 54 8 0 3E 60 D 15 5D 2D
Octal 336 124 10 0 76 140 15 25 135 55
Binary 11011110 1010100 1000 0 111110 1100000 1101 10101 1011101 101101

Color Harmonies of #DE5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5408

Black with #DE5408

Text Example


Text Example

White with #DE5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5408; }

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

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

background-color css

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

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

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

border-color css

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

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

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