Html Css Color HEX #DF4D16 Persimmon

📋 copy color: '#DF4D16'

red 223 ◦ green 77 ◦ blue 22

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

Shades of Persimmon #DF4D16

Tints of Persimmon #DF4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.91%

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

R = 69.25%
G = 23.91%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF4D16 (or 0xDF4D16) is known color: Persimmon. HEX triplet: DF, 4D and 16. RGB value is (223,77,22). Sum of RGB (Red+Green+Blue) = 223+77+22=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D16 is #20B2E9. Grayscale: #727272. Windows color (decimal): -2142954 or 1461727. OLE color: 1461727.

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

Color convert

RGB 223 77 22 -
CMYK 0 0.65 0.90 0.13
HSL 16.42º 0.82% 0.48% -
HSV(B) 16.42º 0.9% 0.87% -
XYZ 33.23 21.05 3.07 -
YUV 114.38 75.87 205.47 -
System Red Green Blue C M Y K H S L
Decimal 223 77 22 0 0.65 0.90 0.13 16.42 0.82 0.48
Hex DF 4D 16 0 41 5A D 10 52 30
Octal 337 115 26 0 101 132 15 20 122 60
Binary 11011111 1001101 10110 0 1000001 1011010 1101 10000 1010010 110000

Color Harmonies of #DF4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D16

Black with #DF4D16

Text Example


Text Example

White with #DF4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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