Html Css Color HEX #DF5116 Persimmon

📋 copy color: '#DF5116'

red 223 ◦ green 81 ◦ blue 22

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

Shades of Persimmon #DF5116

Tints of Persimmon #DF5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.85%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 68.4%
G = 24.85%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF5116 (or 0xDF5116) is known color: Persimmon. HEX triplet: DF, 51 and 16. RGB value is (223,81,22). Sum of RGB (Red+Green+Blue) = 223+81+22=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5116 is #20AEE9. Grayscale: #757575. Windows color (decimal): -2141930 or 1462751. OLE color: 1462751.

HSL color Cylindrical-coordinate representation of color #DF5116: hue angle of 17.61º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF5116 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 22 -
CMYK 0 0.64 0.90 0.13
HSL 17.61º 0.82% 0.48% -
HSV(B) 17.61º 0.9% 0.87% -
XYZ 33.52 21.63 3.17 -
YUV 116.73 74.54 203.8 -
System Red Green Blue C M Y K H S L
Decimal 223 81 22 0 0.64 0.90 0.13 17.61 0.82 0.48
Hex DF 51 16 0 40 5A D 12 52 30
Octal 337 121 26 0 100 132 15 22 122 60
Binary 11011111 1010001 10110 0 1000000 1011010 1101 10010 1010010 110000

Color Harmonies of #DF5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5116

Black with #DF5116

Text Example


Text Example

White with #DF5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5116; }

 p { color: rgb(223,81,22); }

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

background-color css

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

 a { background-color: rgb(223,81,22); }

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

border-color css

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

 span { border-color: rgb(223,81,22); }

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