Html Css Color HEX #DF5704 Persimmon

📋 copy color: '#DF5704'

red 223 ◦ green 87 ◦ blue 4

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

Shades of Persimmon #DF5704

Tints of Persimmon #DF5704

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.71%

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

R = 71.02%
G = 27.71%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF5704 (or 0xDF5704) is known color: Persimmon. HEX triplet: DF, 57 and 04. RGB value is (223,87,4). Sum of RGB (Red+Green+Blue) = 223+87+4=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 87 (34.38% from 255 or 27.71% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5704 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5704 is #20A8FB. Grayscale: #767676. Windows color (decimal): -2140412 or 284639. OLE color: 284639.

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

Color convert

RGB 223 87 4 -
CMYK 0 0.61 0.98 0.13
HSL 22.74º 0.96% 0.45% -
HSV(B) 22.74º 0.98% 0.87% -
XYZ 33.86 22.51 2.68 -
YUV 118.2 63.56 202.75 -
System Red Green Blue C M Y K H S L
Decimal 223 87 4 0 0.61 0.98 0.13 22.74 0.96 0.45
Hex DF 57 4 0 3D 62 D 17 60 2D
Octal 337 127 4 0 75 142 15 27 140 55
Binary 11011111 1010111 100 0 111101 1100010 1101 10111 1100000 101101

Color Harmonies of #DF5704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5704

Black with #DF5704

Text Example


Text Example

White with #DF5704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5704; }

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

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

background-color css

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

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

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

border-color css

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

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

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