Html Css Color HEX #DF5509 Persimmon

📋 copy color: '#DF5509'

red 223 ◦ green 85 ◦ blue 9

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

Shades of Persimmon #DF5509

Tints of Persimmon #DF5509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 70.35%
G = 26.81%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5509 (or 0xDF5509) is known color: Persimmon. HEX triplet: DF, 55 and 09. RGB value is (223,85,9). Sum of RGB (Red+Green+Blue) = 223+85+9=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5509 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5509 is #20AAF6. Grayscale: #767676. Windows color (decimal): -2140919 or 611807. OLE color: 611807.

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

Color convert

RGB 223 85 9 -
CMYK 0 0.62 0.96 0.13
HSL 21.31º 0.92% 0.45% -
HSV(B) 21.31º 0.96% 0.87% -
XYZ 33.73 22.2 2.77 -
YUV 117.6 66.72 203.18 -
System Red Green Blue C M Y K H S L
Decimal 223 85 9 0 0.62 0.96 0.13 21.31 0.92 0.45
Hex DF 55 9 0 3E 60 D 15 5C 2D
Octal 337 125 11 0 76 140 15 25 134 55
Binary 11011111 1010101 1001 0 111110 1100000 1101 10101 1011100 101101

Color Harmonies of #DF5509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5509

Black with #DF5509

Text Example


Text Example

White with #DF5509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5509; }

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

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

background-color css

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

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

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

border-color css

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

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

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