Html Css Color HEX #DF4A16 Persimmon

📋 copy color: '#DF4A16'

red 223 ◦ green 74 ◦ blue 22

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

Shades of Persimmon #DF4A16

Tints of Persimmon #DF4A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.2%

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

R = 69.91%
G = 23.2%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF4A16 (or 0xDF4A16) is known color: Persimmon. HEX triplet: DF, 4A and 16. RGB value is (223,74,22). Sum of RGB (Red+Green+Blue) = 223+74+22=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A16 is #20B5E9. Grayscale: #707070. Windows color (decimal): -2143722 or 1460959. OLE color: 1460959.

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

Color convert

RGB 223 74 22 -
CMYK 0 0.67 0.90 0.13
HSL 15.52º 0.82% 0.48% -
HSV(B) 15.52º 0.9% 0.87% -
XYZ 33.03 20.64 3 -
YUV 112.62 76.86 206.73 -
System Red Green Blue C M Y K H S L
Decimal 223 74 22 0 0.67 0.90 0.13 15.52 0.82 0.48
Hex DF 4A 16 0 43 5A D 10 52 30
Octal 337 112 26 0 103 132 15 20 122 60
Binary 11011111 1001010 10110 0 1000011 1011010 1101 10000 1010010 110000

Color Harmonies of #DF4A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A16

Black with #DF4A16

Text Example


Text Example

White with #DF4A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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