Html Css Color HEX #DF5314 Persimmon

📋 copy color: '#DF5314'

red 223 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #DF5314

Tints of Persimmon #DF5314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.46%

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

R = 68.4%
G = 25.46%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5314 (or 0xDF5314) is known color: Persimmon. HEX triplet: DF, 53 and 14. RGB value is (223,83,20). Sum of RGB (Red+Green+Blue) = 223+83+20=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5314 is #20ACEB. Grayscale: #767676. Windows color (decimal): -2141420 or 1332191. OLE color: 1332191.

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

Color convert

RGB 223 83 20 -
CMYK 0 0.63 0.91 0.13
HSL 18.62º 0.84% 0.48% -
HSV(B) 18.62º 0.91% 0.87% -
XYZ 33.65 21.93 3.12 -
YUV 117.68 72.88 203.12 -
System Red Green Blue C M Y K H S L
Decimal 223 83 20 0 0.63 0.91 0.13 18.62 0.84 0.48
Hex DF 53 14 0 3F 5B D 13 54 30
Octal 337 123 24 0 77 133 15 23 124 60
Binary 11011111 1010011 10100 0 111111 1011011 1101 10011 1010100 110000

Color Harmonies of #DF5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5314

Black with #DF5314

Text Example


Text Example

White with #DF5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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