Html Css Color HEX #DF4F0E Persimmon

📋 copy color: '#DF4F0E'

red 223 ◦ green 79 ◦ blue 14

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

Shades of Persimmon #DF4F0E

Tints of Persimmon #DF4F0E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25%

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

R = 70.57%
G = 25%
B = 4.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF4F0E (or 0xDF4F0E) is known color: Persimmon. HEX triplet: DF, 4F and 0E. RGB value is (223,79,14). Sum of RGB (Red+Green+Blue) = 223+79+14=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4F0E is #20B0F1. Grayscale: #737373. Windows color (decimal): -2142450 or 937951. OLE color: 937951.

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

Color convert

RGB 223 79 14 -
CMYK 0 0.65 0.94 0.13
HSL 18.66º 0.88% 0.46% -
HSV(B) 18.66º 0.94% 0.87% -
XYZ 33.31 21.31 2.77 -
YUV 114.65 71.21 205.29 -
System Red Green Blue C M Y K H S L
Decimal 223 79 14 0 0.65 0.94 0.13 18.66 0.88 0.46
Hex DF 4F E 0 41 5E D 13 58 2E
Octal 337 117 16 0 101 136 15 23 130 56
Binary 11011111 1001111 1110 0 1000001 1011110 1101 10011 1011000 101110

Color Harmonies of #DF4F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4F0E

Black with #DF4F0E

Text Example


Text Example

White with #DF4F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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