Html Css Color HEX #DF540D Persimmon

📋 copy color: '#DF540D'

red 223 ◦ green 84 ◦ blue 13

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

Shades of Persimmon #DF540D

Tints of Persimmon #DF540D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 69.69%
G = 26.25%
B = 4.06%

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

#DF540D (or 0xDF540D) is known color: Persimmon. HEX triplet: DF, 54 and 0D. RGB value is (223,84,13). Sum of RGB (Red+Green+Blue) = 223+84+13=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF540D is #20ABF2. Grayscale: #757575. Windows color (decimal): -2141171 or 873695. OLE color: 873695.

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

Color convert

RGB 223 84 13 -
CMYK 0 0.62 0.94 0.13
HSL 20.29º 0.89% 0.46% -
HSV(B) 20.29º 0.94% 0.87% -
XYZ 33.67 22.06 2.86 -
YUV 117.47 69.05 203.27 -
System Red Green Blue C M Y K H S L
Decimal 223 84 13 0 0.62 0.94 0.13 20.29 0.89 0.46
Hex DF 54 D 0 3E 5E D 14 59 2E
Octal 337 124 15 0 76 136 15 24 131 56
Binary 11011111 1010100 1101 0 111110 1011110 1101 10100 1011001 101110

Color Harmonies of #DF540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF540D

Black with #DF540D

Text Example


Text Example

White with #DF540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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