Html Css Color HEX #DF5615 Persimmon

📋 copy color: '#DF5615'

red 223 ◦ green 86 ◦ blue 21

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

Shades of Persimmon #DF5615

Tints of Persimmon #DF5615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 67.58%
G = 26.06%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5615 (or 0xDF5615) is known color: Persimmon. HEX triplet: DF, 56 and 15. RGB value is (223,86,21). Sum of RGB (Red+Green+Blue) = 223+86+21=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5615 is #20A9EA. Grayscale: #777777. Windows color (decimal): -2140651 or 1398495. OLE color: 1398495.

HSL color Cylindrical-coordinate representation of color #DF5615: hue angle of 19.31º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF5615 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 21 -
CMYK 0 0.61 0.91 0.13
HSL 19.31º 0.83% 0.48% -
HSV(B) 19.31º 0.91% 0.87% -
XYZ 33.89 22.4 3.25 -
YUV 119.55 72.39 201.79 -
System Red Green Blue C M Y K H S L
Decimal 223 86 21 0 0.61 0.91 0.13 19.31 0.83 0.48
Hex DF 56 15 0 3D 5B D 13 53 30
Octal 337 126 25 0 75 133 15 23 123 60
Binary 11011111 1010110 10101 0 111101 1011011 1101 10011 1010011 110000

Color Harmonies of #DF5615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5615

Black with #DF5615

Text Example


Text Example

White with #DF5615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5615; }

 p { color: rgb(223,86,21); }

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

background-color css

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

 a { background-color: rgb(223,86,21); }

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

border-color css

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

 span { border-color: rgb(223,86,21); }

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