Html Css Color HEX #DF5600 Persimmon

📋 copy color: '#DF5600'

red 223 ◦ green 86 ◦ blue 0

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

Shades of Persimmon #DF5600

Tints of Persimmon #DF5600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.17%
G = 27.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF5600 (or 0xDF5600) is known color: Persimmon. HEX triplet: DF, 56 and 00. RGB value is (223,86,0). Sum of RGB (Red+Green+Blue) = 223+86+0=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 0 (0.39% from 255 or 0% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5600 is #20A9FF. Grayscale: #757575. Windows color (decimal): -2140672 or 22239. OLE color: 22239.

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

Color convert

RGB 223 86 0 -
CMYK 0 0.61 1 0.13
HSL 23.14º 1% 0.44% -
HSV(B) 23.14º 1% 0.87% -
XYZ 33.76 22.34 2.53 -
YUV 117.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 223 86 0 0 0.61 1 0.13 23.14 1 0.44
Hex DF 56 0 0 3D 64 D 17 64 2C
Octal 337 126 0 0 75 144 15 27 144 54
Binary 11011111 1010110 0 0 111101 1100100 1101 10111 1100100 101100

Color Harmonies of #DF5600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5600

Black with #DF5600

Text Example


Text Example

White with #DF5600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5600; }

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

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

background-color css

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

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

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

border-color css

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

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

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