Html Css Color HEX #DF5316 Persimmon

📋 copy color: '#DF5316'

red 223 ◦ green 83 ◦ blue 22

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

Shades of Persimmon #DF5316

Tints of Persimmon #DF5316

RGB

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

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

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

R = 67.99%
G = 25.3%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF5316 (or 0xDF5316) is known color: Persimmon. HEX triplet: DF, 53 and 16. RGB value is (223,83,22). Sum of RGB (Red+Green+Blue) = 223+83+22=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 83 (32.81% from 255 or 25.30% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5316 is #20ACE9. Grayscale: #767676. Windows color (decimal): -2141418 or 1463263. OLE color: 1463263.

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

Color convert

RGB 223 83 22 -
CMYK 0 0.63 0.90 0.13
HSL 18.21º 0.82% 0.48% -
HSV(B) 18.21º 0.9% 0.87% -
XYZ 33.67 21.93 3.22 -
YUV 117.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 223 83 22 0 0.63 0.90 0.13 18.21 0.82 0.48
Hex DF 53 16 0 3F 5A D 12 52 30
Octal 337 123 26 0 77 132 15 22 122 60
Binary 11011111 1010011 10110 0 111111 1011010 1101 10010 1010010 110000

Color Harmonies of #DF5316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5316

Black with #DF5316

Text Example


Text Example

White with #DF5316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5316; }

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

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

background-color css

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

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

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

border-color css

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

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

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