Html Css Color HEX #DE5710 Persimmon

📋 copy color: '#DE5710'

red 222 ◦ green 87 ◦ blue 16

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

Shades of Persimmon #DE5710

Tints of Persimmon #DE5710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.77%

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 68.31%
G = 26.77%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE5710 (or 0xDE5710) is known color: Persimmon. HEX triplet: DE, 57 and 10. RGB value is (222,87,16). Sum of RGB (Red+Green+Blue) = 222+87+16=325 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.31% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE5710 is #21A8EF. Grayscale: #777777. Windows color (decimal): -2205936 or 1071070. OLE color: 1071070.

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

Color convert

RGB 222 87 16 -
CMYK 0 0.61 0.93 0.13
HSL 20.68º 0.87% 0.47% -
HSV(B) 20.68º 0.93% 0.87% -
XYZ 33.63 22.38 3.04 -
YUV 119.27 69.73 201.27 -
System Red Green Blue C M Y K H S L
Decimal 222 87 16 0 0.61 0.93 0.13 20.68 0.87 0.47
Hex DE 57 10 0 3D 5D D 15 57 2F
Octal 336 127 20 0 75 135 15 25 127 57
Binary 11011110 1010111 10000 0 111101 1011101 1101 10101 1010111 101111

Color Harmonies of #DE5710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5710

Black with #DE5710

Text Example


Text Example

White with #DE5710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5710; }

 p { color: rgb(222,87,16); }

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

background-color css

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

 a { background-color: rgb(222,87,16); }

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

border-color css

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

 span { border-color: rgb(222,87,16); }

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