Html Css Color HEX #DF500A Persimmon

📋 copy color: '#DF500A'

red 223 ◦ green 80 ◦ blue 10

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

Shades of Persimmon #DF500A

Tints of Persimmon #DF500A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 71.25%
G = 25.56%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF500A (or 0xDF500A) is known color: Persimmon. HEX triplet: DF, 50 and 0A. RGB value is (223,80,10). Sum of RGB (Red+Green+Blue) = 223+80+10=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF500A is #20AFF5. Grayscale: #737373. Windows color (decimal): -2142198 or 676063. OLE color: 676063.

HSL color Cylindrical-coordinate representation of color #DF500A: hue angle of 19.72º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF500A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 80 10 -
CMYK 0 0.64 0.96 0.13
HSL 19.72º 0.91% 0.46% -
HSV(B) 19.72º 0.96% 0.87% -
XYZ 33.35 21.45 2.67 -
YUV 114.78 68.88 205.19 -
System Red Green Blue C M Y K H S L
Decimal 223 80 10 0 0.64 0.96 0.13 19.72 0.91 0.46
Hex DF 50 A 0 40 60 D 14 5B 2E
Octal 337 120 12 0 100 140 15 24 133 56
Binary 11011111 1010000 1010 0 1000000 1100000 1101 10100 1011011 101110

Color Harmonies of #DF500A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF500A

Black with #DF500A

Text Example


Text Example

White with #DF500A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF500A; }

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

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

background-color css

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

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

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

border-color css

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

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

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