Html Css Color HEX #DF5514 Persimmon

📋 copy color: '#DF5514'

red 223 ◦ green 85 ◦ blue 20

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

Shades of Persimmon #DF5514

Tints of Persimmon #DF5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.91%

 BLUE value IS 20 (8.2% from 255) = 6.1%

R = 67.99%
G = 25.91%
B = 6.1%

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

#DF5514 (or 0xDF5514) is known color: Persimmon. HEX triplet: DF, 55 and 14. RGB value is (223,85,20). Sum of RGB (Red+Green+Blue) = 223+85+20=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5514 is #20AAEB. Grayscale: #777777. Windows color (decimal): -2140908 or 1332703. OLE color: 1332703.

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

Color convert

RGB 223 85 20 -
CMYK 0 0.62 0.91 0.13
HSL 19.21º 0.84% 0.48% -
HSV(B) 19.21º 0.91% 0.87% -
XYZ 33.81 22.24 3.17 -
YUV 118.85 72.22 202.29 -
System Red Green Blue C M Y K H S L
Decimal 223 85 20 0 0.62 0.91 0.13 19.21 0.84 0.48
Hex DF 55 14 0 3E 5B D 13 54 30
Octal 337 125 24 0 76 133 15 23 124 60
Binary 11011111 1010101 10100 0 111110 1011011 1101 10011 1010100 110000

Color Harmonies of #DF5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5514

Black with #DF5514

Text Example


Text Example

White with #DF5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5514; }

 p { color: rgb(223,85,20); }

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

background-color css

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

 a { background-color: rgb(223,85,20); }

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

border-color css

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

 span { border-color: rgb(223,85,20); }

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