Html Css Color HEX #DF5B0E Persimmon

📋 copy color: '#DF5B0E'

red 223 ◦ green 91 ◦ blue 14

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

Shades of Persimmon #DF5B0E

Tints of Persimmon #DF5B0E

RGB

 RED value IS 223 (87.5% from 255) = 67.99%

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 67.99%
G = 27.74%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF5B0E (or 0xDF5B0E) is known color: Persimmon. HEX triplet: DF, 5B and 0E. RGB value is (223,91,14). Sum of RGB (Red+Green+Blue) = 223+91+14=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B0E is #20A4F1. Grayscale: #7A7A7A. Windows color (decimal): -2139378 or 941023. OLE color: 941023.

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

Color convert

RGB 223 91 14 -
CMYK 0 0.59 0.94 0.13
HSL 22.11º 0.88% 0.46% -
HSV(B) 22.11º 0.94% 0.87% -
XYZ 34.25 23.2 3.09 -
YUV 121.69 67.23 200.26 -
System Red Green Blue C M Y K H S L
Decimal 223 91 14 0 0.59 0.94 0.13 22.11 0.88 0.46
Hex DF 5B E 0 3B 5E D 16 58 2E
Octal 337 133 16 0 73 136 15 26 130 56
Binary 11011111 1011011 1110 0 111011 1011110 1101 10110 1011000 101110

Color Harmonies of #DF5B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B0E

Black with #DF5B0E

Text Example


Text Example

White with #DF5B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B0E; }

 p { color: rgb(223,91,14); }

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

background-color css

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

 a { background-color: rgb(223,91,14); }

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

border-color css

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

 span { border-color: rgb(223,91,14); }

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