Html Css Color HEX #DE560E Persimmon

📋 copy color: '#DE560E'

red 222 ◦ green 86 ◦ blue 14

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

Shades of Persimmon #DE560E

Tints of Persimmon #DE560E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.71%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 68.94%
G = 26.71%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE560E (or 0xDE560E) is known color: Persimmon. HEX triplet: DE, 56 and 0E. RGB value is (222,86,14). Sum of RGB (Red+Green+Blue) = 222+86+14=322 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.94% from 322); Green value is 86 (33.98% from 255 or 26.71% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 222 - color contains mainly: red. Hex color #DE560E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DE560E is #21A9F1. Grayscale: #767676. Windows color (decimal): -2206194 or 939742. OLE color: 939742.

HSL color Cylindrical-coordinate representation of color #DE560E: hue angle of 20.77º degrees, saturation: 0.88, 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 #DE560E is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 86 14 -
CMYK 0 0.61 0.94 0.13
HSL 20.77º 0.88% 0.46% -
HSV(B) 20.77º 0.94% 0.87% -
XYZ 33.53 22.22 2.94 -
YUV 118.46 69.06 201.85 -
System Red Green Blue C M Y K H S L
Decimal 222 86 14 0 0.61 0.94 0.13 20.77 0.88 0.46
Hex DE 56 E 0 3D 5E D 15 58 2E
Octal 336 126 16 0 75 136 15 25 130 56
Binary 11011110 1010110 1110 0 111101 1011110 1101 10101 1011000 101110

Color Harmonies of #DE560E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE560E

Black with #DE560E

Text Example


Text Example

White with #DE560E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE560E; }

 p { color: rgb(222,86,14); }

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

background-color css

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

 a { background-color: rgb(222,86,14); }

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

border-color css

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

 span { border-color: rgb(222,86,14); }

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