Html Css Color HEX #DF5714 Persimmon

📋 copy color: '#DF5714'

red 223 ◦ green 87 ◦ blue 20

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

Shades of Persimmon #DF5714

Tints of Persimmon #DF5714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.06%

R = 67.58%
G = 26.36%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5714 (or 0xDF5714) is known color: Persimmon. HEX triplet: DF, 57 and 14. RGB value is (223,87,20). Sum of RGB (Red+Green+Blue) = 223+87+20=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 87 (34.38% from 255 or 26.36% from 330); Blue value is 20 (8.20% from 255 or 6.06% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5714 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5714 is #20A8EB. Grayscale: #787878. Windows color (decimal): -2140396 or 1333215. OLE color: 1333215.

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

Color convert

RGB 223 87 20 -
CMYK 0 0.61 0.91 0.13
HSL 19.8º 0.84% 0.48% -
HSV(B) 19.8º 0.91% 0.87% -
XYZ 33.97 22.55 3.23 -
YUV 120.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 223 87 20 0 0.61 0.91 0.13 19.8 0.84 0.48
Hex DF 57 14 0 3D 5B D 14 54 30
Octal 337 127 24 0 75 133 15 24 124 60
Binary 11011111 1010111 10100 0 111101 1011011 1101 10100 1010100 110000

Color Harmonies of #DF5714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5714

Black with #DF5714

Text Example


Text Example

White with #DF5714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5714; }

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

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

background-color css

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

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

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

border-color css

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

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

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