Html Css Color HEX #DF5C00 Persimmon

📋 copy color: '#DF5C00'

red 223 ◦ green 92 ◦ blue 0

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

Shades of Persimmon #DF5C00

Tints of Persimmon #DF5C00

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.21%

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

R = 70.79%
G = 29.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF5C00 (or 0xDF5C00) is known color: Persimmon. HEX triplet: DF, 5C and 00. RGB value is (223,92,0). Sum of RGB (Red+Green+Blue) = 223+92+0=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 92 (36.33% from 255 or 29.21% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C00 is #20A3FF. Grayscale: #797979. Windows color (decimal): -2139136 or 23775. OLE color: 23775.

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

Color convert

RGB 223 92 0 -
CMYK 0 0.59 1 0.13
HSL 24.75º 1% 0.44% -
HSV(B) 24.75º 1% 0.87% -
XYZ 34.26 23.34 2.7 -
YUV 120.68 59.9 200.98 -
System Red Green Blue C M Y K H S L
Decimal 223 92 0 0 0.59 1 0.13 24.75 1 0.44
Hex DF 5C 0 0 3B 64 D 19 64 2C
Octal 337 134 0 0 73 144 15 31 144 54
Binary 11011111 1011100 0 0 111011 1100100 1101 11001 1100100 101100

Color Harmonies of #DF5C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C00

Black with #DF5C00

Text Example


Text Example

White with #DF5C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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