Html Css Color HEX #DF500D Persimmon

📋 copy color: '#DF500D'

red 223 ◦ green 80 ◦ blue 13

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

Shades of Persimmon #DF500D

Tints of Persimmon #DF500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.32%

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

R = 70.57%
G = 25.32%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF500D (or 0xDF500D) is known color: Persimmon. HEX triplet: DF, 50 and 0D. RGB value is (223,80,13). Sum of RGB (Red+Green+Blue) = 223+80+13=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF500D is #20AFF2. Grayscale: #737373. Windows color (decimal): -2142195 or 872671. OLE color: 872671.

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

Color convert

RGB 223 80 13 -
CMYK 0 0.64 0.94 0.13
HSL 19.14º 0.89% 0.46% -
HSV(B) 19.14º 0.94% 0.87% -
XYZ 33.37 21.45 2.76 -
YUV 115.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 223 80 13 0 0.64 0.94 0.13 19.14 0.89 0.46
Hex DF 50 D 0 40 5E D 13 59 2E
Octal 337 120 15 0 100 136 15 23 131 56
Binary 11011111 1010000 1101 0 1000000 1011110 1101 10011 1011001 101110

Color Harmonies of #DF500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF500D

Black with #DF500D

Text Example


Text Example

White with #DF500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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