Html Css Color HEX #DF5D00 Persimmon

📋 copy color: '#DF5D00'

red 223 ◦ green 93 ◦ blue 0

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

Shades of Persimmon #DF5D00

Tints of Persimmon #DF5D00

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 70.57%
G = 29.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF5D00 (or 0xDF5D00) is known color: Persimmon. HEX triplet: DF, 5D and 00. RGB value is (223,93,0). Sum of RGB (Red+Green+Blue) = 223+93+0=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 93 (36.72% from 255 or 29.43% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5D00 is #20A2FF. Grayscale: #797979. Windows color (decimal): -2138880 or 24031. OLE color: 24031.

HSL color Cylindrical-coordinate representation of color #DF5D00: hue angle of 25.02º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5D00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 93 0 -
CMYK 0 0.58 1 0.13
HSL 25.02º 1% 0.44% -
HSV(B) 25.02º 1% 0.87% -
XYZ 34.35 23.52 2.73 -
YUV 121.27 59.57 200.56 -
System Red Green Blue C M Y K H S L
Decimal 223 93 0 0 0.58 1 0.13 25.02 1 0.44
Hex DF 5D 0 0 3A 64 D 19 64 2C
Octal 337 135 0 0 72 144 15 31 144 54
Binary 11011111 1011101 0 0 111010 1100100 1101 11001 1100100 101100

Color Harmonies of #DF5D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D00

Black with #DF5D00

Text Example


Text Example

White with #DF5D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D00; }

 p { color: rgb(223,93,0); }

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

background-color css

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

 a { background-color: rgb(223,93,0); }

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

border-color css

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

 span { border-color: rgb(223,93,0); }

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