Html Css Color HEX #DF5700 Persimmon

📋 copy color: '#DF5700'

red 223 ◦ green 87 ◦ blue 0

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

Shades of Persimmon #DF5700

Tints of Persimmon #DF5700

RGB

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

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

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

R = 71.94%
G = 28.06%
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

#DF5700 (or 0xDF5700) is known color: Persimmon. HEX triplet: DF, 57 and 00. RGB value is (223,87,0). Sum of RGB (Red+Green+Blue) = 223+87+0=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5700 is #20A8FF. Grayscale: #767676. Windows color (decimal): -2140416 or 22495. OLE color: 22495.

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

Color convert

RGB 223 87 0 -
CMYK 0 0.61 1 0.13
HSL 23.41º 1% 0.44% -
HSV(B) 23.41º 1% 0.87% -
XYZ 33.84 22.5 2.56 -
YUV 117.75 61.56 203.07 -
System Red Green Blue C M Y K H S L
Decimal 223 87 0 0 0.61 1 0.13 23.41 1 0.44
Hex DF 57 0 0 3D 64 D 17 64 2C
Octal 337 127 0 0 75 144 15 27 144 54
Binary 11011111 1010111 0 0 111101 1100100 1101 10111 1100100 101100

Color Harmonies of #DF5700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5700

Black with #DF5700

Text Example


Text Example

White with #DF5700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5700; }

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

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

background-color css

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

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

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

border-color css

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

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

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