Html Css Color HEX #DF5609 Persimmon

📋 copy color: '#DF5609'

red 223 ◦ green 86 ◦ blue 9

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

Shades of Persimmon #DF5609

Tints of Persimmon #DF5609

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 70.13%
G = 27.04%
B = 2.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5609 (or 0xDF5609) is known color: Persimmon. HEX triplet: DF, 56 and 09. RGB value is (223,86,9). Sum of RGB (Red+Green+Blue) = 223+86+9=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 9 (3.91% from 255 or 2.83% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5609 is #20A9F6. Grayscale: #767676. Windows color (decimal): -2140663 or 612063. OLE color: 612063.

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

Color convert

RGB 223 86 9 -
CMYK 0 0.61 0.96 0.13
HSL 21.59º 0.92% 0.45% -
HSV(B) 21.59º 0.96% 0.87% -
XYZ 33.81 22.36 2.79 -
YUV 118.19 66.39 202.76 -
System Red Green Blue C M Y K H S L
Decimal 223 86 9 0 0.61 0.96 0.13 21.59 0.92 0.45
Hex DF 56 9 0 3D 60 D 16 5C 2D
Octal 337 126 11 0 75 140 15 26 134 55
Binary 11011111 1010110 1001 0 111101 1100000 1101 10110 1011100 101101

Color Harmonies of #DF5609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5609

Black with #DF5609

Text Example


Text Example

White with #DF5609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5609; }

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

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

background-color css

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

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

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

border-color css

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

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

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