Html Css Color HEX #DF5009 Persimmon

📋 copy color: '#DF5009'

red 223 ◦ green 80 ◦ blue 9

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

Shades of Persimmon #DF5009

Tints of Persimmon #DF5009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 71.47%
G = 25.64%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5009 (or 0xDF5009) is known color: Persimmon. HEX triplet: DF, 50 and 09. RGB value is (223,80,9). Sum of RGB (Red+Green+Blue) = 223+80+9=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 9 (3.91% from 255 or 2.88% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5009 is #20AFF6. Grayscale: #737373. Windows color (decimal): -2142199 or 610527. OLE color: 610527.

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

Color convert

RGB 223 80 9 -
CMYK 0 0.64 0.96 0.13
HSL 19.91º 0.92% 0.45% -
HSV(B) 19.91º 0.96% 0.87% -
XYZ 33.35 21.45 2.64 -
YUV 114.66 68.38 205.27 -
System Red Green Blue C M Y K H S L
Decimal 223 80 9 0 0.64 0.96 0.13 19.91 0.92 0.45
Hex DF 50 9 0 40 60 D 14 5C 2D
Octal 337 120 11 0 100 140 15 24 134 55
Binary 11011111 1010000 1001 0 1000000 1100000 1101 10100 1011100 101101

Color Harmonies of #DF5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5009

Black with #DF5009

Text Example


Text Example

White with #DF5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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