Html Css Color HEX #DF540E Persimmon

📋 copy color: '#DF540E'

red 223 ◦ green 84 ◦ blue 14

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

Shades of Persimmon #DF540E

Tints of Persimmon #DF540E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 69.47%
G = 26.17%
B = 4.36%

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

#DF540E (or 0xDF540E) is known color: Persimmon. HEX triplet: DF, 54 and 0E. RGB value is (223,84,14). Sum of RGB (Red+Green+Blue) = 223+84+14=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF540E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF540E is #20ABF1. Grayscale: #757575. Windows color (decimal): -2141170 or 939231. OLE color: 939231.

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

Color convert

RGB 223 84 14 -
CMYK 0 0.62 0.94 0.13
HSL 20.1º 0.88% 0.46% -
HSV(B) 20.1º 0.94% 0.87% -
XYZ 33.68 22.06 2.9 -
YUV 117.58 69.55 203.19 -
System Red Green Blue C M Y K H S L
Decimal 223 84 14 0 0.62 0.94 0.13 20.1 0.88 0.46
Hex DF 54 E 0 3E 5E D 14 58 2E
Octal 337 124 16 0 76 136 15 24 130 56
Binary 11011111 1010100 1110 0 111110 1011110 1101 10100 1011000 101110

Color Harmonies of #DF540E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF540E

Black with #DF540E

Text Example


Text Example

White with #DF540E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF540E; }

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

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

background-color css

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

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

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

border-color css

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

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

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