Html Css Color HEX #DF5C09 Persimmon

📋 copy color: '#DF5C09'

red 223 ◦ green 92 ◦ blue 9

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

Shades of Persimmon #DF5C09

Tints of Persimmon #DF5C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.78%

R = 68.83%
G = 28.4%
B = 2.78%

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

#DF5C09 (or 0xDF5C09) is known color: Persimmon. HEX triplet: DF, 5C and 09. RGB value is (223,92,9). Sum of RGB (Red+Green+Blue) = 223+92+9=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C09 is #20A3F6. Grayscale: #7A7A7A. Windows color (decimal): -2139127 or 613599. OLE color: 613599.

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

Color convert

RGB 223 92 9 -
CMYK 0 0.59 0.96 0.13
HSL 23.27º 0.92% 0.45% -
HSV(B) 23.27º 0.96% 0.87% -
XYZ 34.31 23.36 2.96 -
YUV 121.71 64.4 200.25 -
System Red Green Blue C M Y K H S L
Decimal 223 92 9 0 0.59 0.96 0.13 23.27 0.92 0.45
Hex DF 5C 9 0 3B 60 D 17 5C 2D
Octal 337 134 11 0 73 140 15 27 134 55
Binary 11011111 1011100 1001 0 111011 1100000 1101 10111 1011100 101101

Color Harmonies of #DF5C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C09

Black with #DF5C09

Text Example


Text Example

White with #DF5C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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