Html Css Color HEX #DF5404 Persimmon

📋 copy color: '#DF5404'

red 223 ◦ green 84 ◦ blue 4

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

Shades of Persimmon #DF5404

Tints of Persimmon #DF5404

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 71.7%
G = 27.01%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF5404 (or 0xDF5404) is known color: Persimmon. HEX triplet: DF, 54 and 04. RGB value is (223,84,4). Sum of RGB (Red+Green+Blue) = 223+84+4=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5404 is #20ABFB. Grayscale: #747474. Windows color (decimal): -2141180 or 283871. OLE color: 283871.

HSL color Cylindrical-coordinate representation of color #DF5404: hue angle of 21.92º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF5404 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 84 4 -
CMYK 0 0.62 0.98 0.13
HSL 21.92º 0.96% 0.45% -
HSV(B) 21.92º 0.98% 0.87% -
XYZ 33.62 22.04 2.6 -
YUV 116.44 64.55 204 -
System Red Green Blue C M Y K H S L
Decimal 223 84 4 0 0.62 0.98 0.13 21.92 0.96 0.45
Hex DF 54 4 0 3E 62 D 16 60 2D
Octal 337 124 4 0 76 142 15 26 140 55
Binary 11011111 1010100 100 0 111110 1100010 1101 10110 1100000 101101

Color Harmonies of #DF5404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5404

Black with #DF5404

Text Example


Text Example

White with #DF5404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5404; }

 p { color: rgb(223,84,4); }

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

background-color css

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

 a { background-color: rgb(223,84,4); }

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

border-color css

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

 span { border-color: rgb(223,84,4); }

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