Html Css Color HEX #DF5311 Persimmon

📋 copy color: '#DF5311'

red 223 ◦ green 83 ◦ blue 17

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

Shades of Persimmon #DF5311

Tints of Persimmon #DF5311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 69.04%
G = 25.7%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5311 (or 0xDF5311) is known color: Persimmon. HEX triplet: DF, 53 and 11. RGB value is (223,83,17). Sum of RGB (Red+Green+Blue) = 223+83+17=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5311 is #20ACEE. Grayscale: #757575. Windows color (decimal): -2141423 or 1135583. OLE color: 1135583.

HSL color Cylindrical-coordinate representation of color #DF5311: hue angle of 19.22º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF5311 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 17 -
CMYK 0 0.63 0.92 0.13
HSL 19.22º 0.86% 0.47% -
HSV(B) 19.22º 0.92% 0.87% -
XYZ 33.63 21.91 2.99 -
YUV 117.34 71.38 203.37 -
System Red Green Blue C M Y K H S L
Decimal 223 83 17 0 0.63 0.92 0.13 19.22 0.86 0.47
Hex DF 53 11 0 3F 5C D 13 56 2F
Octal 337 123 21 0 77 134 15 23 126 57
Binary 11011111 1010011 10001 0 111111 1011100 1101 10011 1010110 101111

Color Harmonies of #DF5311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5311

Black with #DF5311

Text Example


Text Example

White with #DF5311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5311; }

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

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

background-color css

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

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

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

border-color css

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

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

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