Html Css Color HEX #DF5415 Persimmon

📋 copy color: '#DF5415'

red 223 ◦ green 84 ◦ blue 21

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

Shades of Persimmon #DF5415

Tints of Persimmon #DF5415

RGB

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

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

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

R = 67.99%
G = 25.61%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF5415 (or 0xDF5415) is known color: Persimmon. HEX triplet: DF, 54 and 15. RGB value is (223,84,21). Sum of RGB (Red+Green+Blue) = 223+84+21=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5415 is #20ABEA. Grayscale: #767676. Windows color (decimal): -2141163 or 1397983. OLE color: 1397983.

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

Color convert

RGB 223 84 21 -
CMYK 0 0.62 0.91 0.13
HSL 18.71º 0.83% 0.48% -
HSV(B) 18.71º 0.91% 0.87% -
XYZ 33.74 22.08 3.19 -
YUV 118.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 223 84 21 0 0.62 0.91 0.13 18.71 0.83 0.48
Hex DF 54 15 0 3E 5B D 13 53 30
Octal 337 124 25 0 76 133 15 23 123 60
Binary 11011111 1010100 10101 0 111110 1011011 1101 10011 1010011 110000

Color Harmonies of #DF5415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5415

Black with #DF5415

Text Example


Text Example

White with #DF5415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5415; }

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

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

background-color css

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

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

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

border-color css

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

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

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