Html Css Color HEX #DF5100 Persimmon

📋 copy color: '#DF5100'

red 223 ◦ green 81 ◦ blue 0

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

Shades of Persimmon #DF5100

Tints of Persimmon #DF5100

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.36%
G = 26.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF5100 (or 0xDF5100) is known color: Persimmon. HEX triplet: DF, 51 and 00. RGB value is (223,81,0). Sum of RGB (Red+Green+Blue) = 223+81+0=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5100 is #20AEFF. Grayscale: #727272. Windows color (decimal): -2141952 or 20959. OLE color: 20959.

HSL color Cylindrical-coordinate representation of color #DF5100: hue angle of 21.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF5100 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 81 0 -
CMYK 0 0.64 1 0.13
HSL 21.79º 1% 0.44% -
HSV(B) 21.79º 1% 0.87% -
XYZ 33.37 21.57 2.4 -
YUV 114.22 63.54 205.59 -
System Red Green Blue C M Y K H S L
Decimal 223 81 0 0 0.64 1 0.13 21.79 1 0.44
Hex DF 51 0 0 40 64 D 16 64 2C
Octal 337 121 0 0 100 144 15 26 144 54
Binary 11011111 1010001 0 0 1000000 1100100 1101 10110 1100100 101100

Color Harmonies of #DF5100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5100

Black with #DF5100

Text Example


Text Example

White with #DF5100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5100; }

 p { color: rgb(223,81,0); }

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

background-color css

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

 a { background-color: rgb(223,81,0); }

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

border-color css

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

 span { border-color: rgb(223,81,0); }

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