Html Css Color HEX #DF4609 Persimmon

📋 copy color: '#DF4609'

red 223 ◦ green 70 ◦ blue 9

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

Shades of Persimmon #DF4609

Tints of Persimmon #DF4609

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.18%

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

R = 73.84%
G = 23.18%
B = 2.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF4609 (or 0xDF4609) is known color: Persimmon. HEX triplet: DF, 46 and 09. RGB value is (223,70,9). Sum of RGB (Red+Green+Blue) = 223+70+9=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4609 is #20B9F6. Grayscale: #6D6D6D. Windows color (decimal): -2144759 or 607967. OLE color: 607967.

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

Color convert

RGB 223 70 9 -
CMYK 0 0.69 0.96 0.13
HSL 17.1º 0.92% 0.45% -
HSV(B) 17.1º 0.96% 0.87% -
XYZ 32.67 20.09 2.41 -
YUV 108.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 223 70 9 0 0.69 0.96 0.13 17.1 0.92 0.45
Hex DF 46 9 0 45 60 D 11 5C 2D
Octal 337 106 11 0 105 140 15 21 134 55
Binary 11011111 1000110 1001 0 1000101 1100000 1101 10001 1011100 101101

Color Harmonies of #DF4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4609

Black with #DF4609

Text Example


Text Example

White with #DF4609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4609; }

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

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

background-color css

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

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

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

border-color css

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

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

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