Html Css Color HEX #DE620D Persimmon

📋 copy color: '#DE620D'

red 222 ◦ green 98 ◦ blue 13

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

Shades of Persimmon #DE620D

Tints of Persimmon #DE620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 13 (5.47% from 255) = 3.9%

R = 66.67%
G = 29.43%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE620D (or 0xDE620D) is known color: Persimmon. HEX triplet: DE, 62 and 0D. RGB value is (222,98,13). Sum of RGB (Red+Green+Blue) = 222+98+13=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE620D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE620D is #219DF2. Grayscale: #7D7D7D. Windows color (decimal): -2203123 or 877278. OLE color: 877278.

HSL color Cylindrical-coordinate representation of color #DE620D: hue angle of 24.4º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DE620D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 98 13 -
CMYK 0 0.56 0.94 0.13
HSL 24.4º 0.89% 0.46% -
HSV(B) 24.4º 0.94% 0.87% -
XYZ 34.56 24.29 3.25 -
YUV 125.39 64.58 196.91 -
System Red Green Blue C M Y K H S L
Decimal 222 98 13 0 0.56 0.94 0.13 24.4 0.89 0.46
Hex DE 62 D 0 38 5E D 18 59 2E
Octal 336 142 15 0 70 136 15 30 131 56
Binary 11011110 1100010 1101 0 111000 1011110 1101 11000 1011001 101110

Color Harmonies of #DE620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE620D

Black with #DE620D

Text Example


Text Example

White with #DE620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE620D; }

 p { color: rgb(222,98,13); }

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

background-color css

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

 a { background-color: rgb(222,98,13); }

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

border-color css

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

 span { border-color: rgb(222,98,13); }

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