Html Css Color HEX #DF5601 Persimmon

📋 copy color: '#DF5601'

red 223 ◦ green 86 ◦ blue 1

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

Shades of Persimmon #DF5601

Tints of Persimmon #DF5601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 71.94%
G = 27.74%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF5601 (or 0xDF5601) is known color: Persimmon. HEX triplet: DF, 56 and 01. RGB value is (223,86,1). Sum of RGB (Red+Green+Blue) = 223+86+1=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 1 (0.78% from 255 or 0.32% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5601 is #20A9FE. Grayscale: #757575. Windows color (decimal): -2140671 or 87775. OLE color: 87775.

HSL color Cylindrical-coordinate representation of color #DF5601: hue angle of 22.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5601 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 1 -
CMYK 0 0.61 1.00 0.13
HSL 22.97º 0.99% 0.44% -
HSV(B) 22.97º 1% 0.87% -
XYZ 33.76 22.35 2.56 -
YUV 117.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 223 86 1 0 0.61 1.00 0.13 22.97 0.99 0.44
Hex DF 56 1 0 3D 64 D 17 63 2C
Octal 337 126 1 0 75 144 15 27 143 54
Binary 11011111 1010110 1 0 111101 1100100 1101 10111 1100011 101100

Color Harmonies of #DF5601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5601

Black with #DF5601

Text Example


Text Example

White with #DF5601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5601; }

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

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

background-color css

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

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

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

border-color css

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

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

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