Html Css Color HEX #DF5416 Persimmon

📋 copy color: '#DF5416'

red 223 ◦ green 84 ◦ blue 22

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

Shades of Persimmon #DF5416

Tints of Persimmon #DF5416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.53%

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

R = 67.78%
G = 25.53%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF5416 (or 0xDF5416) is known color: Persimmon. HEX triplet: DF, 54 and 16. RGB value is (223,84,22). Sum of RGB (Red+Green+Blue) = 223+84+22=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5416 is #20ABE9. Grayscale: #767676. Windows color (decimal): -2141162 or 1463519. OLE color: 1463519.

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

Color convert

RGB 223 84 22 -
CMYK 0 0.62 0.90 0.13
HSL 18.51º 0.82% 0.48% -
HSV(B) 18.51º 0.9% 0.87% -
XYZ 33.75 22.09 3.24 -
YUV 118.49 73.55 202.54 -
System Red Green Blue C M Y K H S L
Decimal 223 84 22 0 0.62 0.90 0.13 18.51 0.82 0.48
Hex DF 54 16 0 3E 5A D 13 52 30
Octal 337 124 26 0 76 132 15 23 122 60
Binary 11011111 1010100 10110 0 111110 1011010 1101 10011 1010010 110000

Color Harmonies of #DF5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5416

Black with #DF5416

Text Example


Text Example

White with #DF5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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