Html Css Color HEX #DF5217 Persimmon

📋 copy color: '#DF5217'

red 223 ◦ green 82 ◦ blue 23

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

Shades of Persimmon #DF5217

Tints of Persimmon #DF5217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25%

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 67.99%
G = 25%
B = 7.01%

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

#DF5217 (or 0xDF5217) is known color: Persimmon. HEX triplet: DF, 52 and 17. RGB value is (223,82,23). Sum of RGB (Red+Green+Blue) = 223+82+23=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 82 (32.42% from 255 or 25% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5217 is #20ADE8. Grayscale: #757575. Windows color (decimal): -2141673 or 1528543. OLE color: 1528543.

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

Color convert

RGB 223 82 23 -
CMYK 0 0.63 0.90 0.13
HSL 17.7º 0.81% 0.48% -
HSV(B) 17.7º 0.9% 0.87% -
XYZ 33.6 21.78 3.24 -
YUV 117.43 74.71 203.3 -
System Red Green Blue C M Y K H S L
Decimal 223 82 23 0 0.63 0.90 0.13 17.7 0.81 0.48
Hex DF 52 17 0 3F 5A D 12 51 30
Octal 337 122 27 0 77 132 15 22 121 60
Binary 11011111 1010010 10111 0 111111 1011010 1101 10010 1010001 110000

Color Harmonies of #DF5217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5217

Black with #DF5217

Text Example


Text Example

White with #DF5217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5217; }

 p { color: rgb(223,82,23); }

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

background-color css

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

 a { background-color: rgb(223,82,23); }

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

border-color css

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

 span { border-color: rgb(223,82,23); }

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