Html Css Color HEX #DF550E Persimmon

📋 copy color: '#DF550E'

red 223 ◦ green 85 ◦ blue 14

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

Shades of Persimmon #DF550E

Tints of Persimmon #DF550E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.4%

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

R = 69.25%
G = 26.4%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF550E (or 0xDF550E) is known color: Persimmon. HEX triplet: DF, 55 and 0E. RGB value is (223,85,14). Sum of RGB (Red+Green+Blue) = 223+85+14=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550E is #20AAF1. Grayscale: #767676. Windows color (decimal): -2140914 or 939487. OLE color: 939487.

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

Color convert

RGB 223 85 14 -
CMYK 0 0.62 0.94 0.13
HSL 20.38º 0.88% 0.46% -
HSV(B) 20.38º 0.94% 0.87% -
XYZ 33.76 22.22 2.92 -
YUV 118.17 69.22 202.77 -
System Red Green Blue C M Y K H S L
Decimal 223 85 14 0 0.62 0.94 0.13 20.38 0.88 0.46
Hex DF 55 E 0 3E 5E D 14 58 2E
Octal 337 125 16 0 76 136 15 24 130 56
Binary 11011111 1010101 1110 0 111110 1011110 1101 10100 1011000 101110

Color Harmonies of #DF550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF550E

Black with #DF550E

Text Example


Text Example

White with #DF550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF550E; }

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

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

background-color css

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

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

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

border-color css

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

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

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