Html Css Color HEX #DF5B0A Persimmon

📋 copy color: '#DF5B0A'

red 223 ◦ green 91 ◦ blue 10

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

Shades of Persimmon #DF5B0A

Tints of Persimmon #DF5B0A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

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

R = 68.83%
G = 28.09%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5B0A (or 0xDF5B0A) is known color: Persimmon. HEX triplet: DF, 5B and 0A. RGB value is (223,91,10). Sum of RGB (Red+Green+Blue) = 223+91+10=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 10 (4.30% from 255 or 3.09% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B0A is #20A4F5. Grayscale: #797979. Windows color (decimal): -2139382 or 678879. OLE color: 678879.

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

Color convert

RGB 223 91 10 -
CMYK 0 0.59 0.96 0.13
HSL 22.82º 0.91% 0.46% -
HSV(B) 22.82º 0.96% 0.87% -
XYZ 34.23 23.19 2.96 -
YUV 121.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 223 91 10 0 0.59 0.96 0.13 22.82 0.91 0.46
Hex DF 5B A 0 3B 60 D 17 5B 2E
Octal 337 133 12 0 73 140 15 27 133 56
Binary 11011111 1011011 1010 0 111011 1100000 1101 10111 1011011 101110

Color Harmonies of #DF5B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B0A

Black with #DF5B0A

Text Example


Text Example

White with #DF5B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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