Html Css Color HEX #DF5604 Persimmon

📋 copy color: '#DF5604'

red 223 ◦ green 86 ◦ blue 4

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

Shades of Persimmon #DF5604

Tints of Persimmon #DF5604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 71.25%
G = 27.48%
B = 1.28%

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

#DF5604 (or 0xDF5604) is known color: Persimmon. HEX triplet: DF, 56 and 04. RGB value is (223,86,4). Sum of RGB (Red+Green+Blue) = 223+86+4=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 4 (1.95% from 255 or 1.28% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5604 is #20A9FB. Grayscale: #767676. Windows color (decimal): -2140668 or 284383. OLE color: 284383.

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

Color convert

RGB 223 86 4 -
CMYK 0 0.61 0.98 0.13
HSL 22.47º 0.96% 0.45% -
HSV(B) 22.47º 0.98% 0.87% -
XYZ 33.78 22.35 2.65 -
YUV 117.62 63.89 203.17 -
System Red Green Blue C M Y K H S L
Decimal 223 86 4 0 0.61 0.98 0.13 22.47 0.96 0.45
Hex DF 56 4 0 3D 62 D 16 60 2D
Octal 337 126 4 0 75 142 15 26 140 55
Binary 11011111 1010110 100 0 111101 1100010 1101 10110 1100000 101101

Color Harmonies of #DF5604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5604

Black with #DF5604

Text Example


Text Example

White with #DF5604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5604; }

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

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

background-color css

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

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

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

border-color css

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

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

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