Html Css Color HEX #DF5804 Persimmon

📋 copy color: '#DF5804'

red 223 ◦ green 88 ◦ blue 4

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

Shades of Persimmon #DF5804

Tints of Persimmon #DF5804

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.94%

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

R = 70.79%
G = 27.94%
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

#DF5804 (or 0xDF5804) is known color: Persimmon. HEX triplet: DF, 58 and 04. RGB value is (223,88,4). Sum of RGB (Red+Green+Blue) = 223+88+4=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 4 (1.95% from 255 or 1.27% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5804 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5804 is #20A7FB. Grayscale: #777777. Windows color (decimal): -2140156 or 284895. OLE color: 284895.

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

Color convert

RGB 223 88 4 -
CMYK 0 0.61 0.98 0.13
HSL 23.01º 0.96% 0.45% -
HSV(B) 23.01º 0.98% 0.87% -
XYZ 33.94 22.68 2.7 -
YUV 118.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 223 88 4 0 0.61 0.98 0.13 23.01 0.96 0.45
Hex DF 58 4 0 3D 62 D 17 60 2D
Octal 337 130 4 0 75 142 15 27 140 55
Binary 11011111 1011000 100 0 111101 1100010 1101 10111 1100000 101101

Color Harmonies of #DF5804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5804

Black with #DF5804

Text Example


Text Example

White with #DF5804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5804; }

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

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

background-color css

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

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

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

border-color css

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

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

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