Html Css Color HEX #DE5403 Persimmon

📋 copy color: '#DE5403'

red 222 ◦ green 84 ◦ blue 3

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

Shades of Persimmon #DE5403

Tints of Persimmon #DE5403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 71.84%
G = 27.18%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DE5403 (or 0xDE5403) is known color: Persimmon. HEX triplet: DE, 54 and 03. RGB value is (222,84,3). Sum of RGB (Red+Green+Blue) = 222+84+3=309 (40% of max value = 765). Red value is 222 (87.11% from 255 or 71.84% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5403 is #21ABFC. Grayscale: #747474. Windows color (decimal): -2206717 or 218334. OLE color: 218334.

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

Color convert

RGB 222 84 3 -
CMYK 0 0.62 0.99 0.13
HSL 22.19º 0.97% 0.44% -
HSV(B) 22.19º 0.99% 0.87% -
XYZ 33.31 21.88 2.55 -
YUV 116.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 222 84 3 0 0.62 0.99 0.13 22.19 0.97 0.44
Hex DE 54 3 0 3E 63 D 16 61 2C
Octal 336 124 3 0 76 143 15 26 141 54
Binary 11011110 1010100 11 0 111110 1100011 1101 10110 1100001 101100

Color Harmonies of #DE5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5403

Black with #DE5403

Text Example


Text Example

White with #DE5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5403; }

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

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

background-color css

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

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

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

border-color css

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

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

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