Html Css Color HEX #DF5000 Persimmon

📋 copy color: '#DF5000'

red 223 ◦ green 80 ◦ blue 0

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

Shades of Persimmon #DF5000

Tints of Persimmon #DF5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.4%

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

R = 73.6%
G = 26.4%
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

#DF5000 (or 0xDF5000) is known color: Persimmon. HEX triplet: DF, 50 and 00. RGB value is (223,80,0). Sum of RGB (Red+Green+Blue) = 223+80+0=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5000 is #20AFFF. Grayscale: #727272. Windows color (decimal): -2142208 or 20703. OLE color: 20703.

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

Color convert

RGB 223 80 0 -
CMYK 0 0.64 1 0.13
HSL 21.52º 1% 0.44% -
HSV(B) 21.52º 1% 0.87% -
XYZ 33.3 21.43 2.38 -
YUV 113.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 223 80 0 0 0.64 1 0.13 21.52 1 0.44
Hex DF 50 0 0 40 64 D 16 64 2C
Octal 337 120 0 0 100 144 15 26 144 54
Binary 11011111 1010000 0 0 1000000 1100100 1101 10110 1100100 101100

Color Harmonies of #DF5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5000

Black with #DF5000

Text Example


Text Example

White with #DF5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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