Html Css Color HEX #DF5A09 Persimmon

📋 copy color: '#DF5A09'

red 223 ◦ green 90 ◦ blue 9

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

Shades of Persimmon #DF5A09

Tints of Persimmon #DF5A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.95%

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

R = 69.25%
G = 27.95%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5A09 (or 0xDF5A09) is known color: Persimmon. HEX triplet: DF, 5A and 09. RGB value is (223,90,9). Sum of RGB (Red+Green+Blue) = 223+90+9=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 90 (35.55% from 255 or 27.95% from 322); Blue value is 9 (3.91% from 255 or 2.80% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A09 is #20A5F6. Grayscale: #787878. Windows color (decimal): -2139639 or 613087. OLE color: 613087.

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

Color convert

RGB 223 90 9 -
CMYK 0 0.60 0.96 0.13
HSL 22.71º 0.92% 0.45% -
HSV(B) 22.71º 0.96% 0.87% -
XYZ 34.14 23.02 2.9 -
YUV 120.53 65.06 201.09 -
System Red Green Blue C M Y K H S L
Decimal 223 90 9 0 0.60 0.96 0.13 22.71 0.92 0.45
Hex DF 5A 9 0 3C 60 D 17 5C 2D
Octal 337 132 11 0 74 140 15 27 134 55
Binary 11011111 1011010 1001 0 111100 1100000 1101 10111 1011100 101101

Color Harmonies of #DF5A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A09

Black with #DF5A09

Text Example


Text Example

White with #DF5A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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