Html Css Color HEX #DF5F01 Persimmon

📋 copy color: '#DF5F01'

red 223 ◦ green 95 ◦ blue 1

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

Shades of Persimmon #DF5F01

Tints of Persimmon #DF5F01

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.78%

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 69.91%
G = 29.78%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF5F01 (or 0xDF5F01) is known color: Persimmon. HEX triplet: DF, 5F and 01. RGB value is (223,95,1). Sum of RGB (Red+Green+Blue) = 223+95+1=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F01 is #20A0FE. Grayscale: #7B7B7B. Windows color (decimal): -2138367 or 90079. OLE color: 90079.

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

Color convert

RGB 223 95 1 -
CMYK 0 0.57 1.00 0.13
HSL 25.41º 0.99% 0.44% -
HSV(B) 25.41º 1% 0.87% -
XYZ 34.53 23.87 2.82 -
YUV 122.56 59.41 199.64 -
System Red Green Blue C M Y K H S L
Decimal 223 95 1 0 0.57 1.00 0.13 25.41 0.99 0.44
Hex DF 5F 1 0 39 64 D 19 63 2C
Octal 337 137 1 0 71 144 15 31 143 54
Binary 11011111 1011111 1 0 111001 1100100 1101 11001 1100011 101100

Color Harmonies of #DF5F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F01

Black with #DF5F01

Text Example


Text Example

White with #DF5F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F01; }

 p { color: rgb(223,95,1); }

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

background-color css

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

 a { background-color: rgb(223,95,1); }

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

border-color css

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

 span { border-color: rgb(223,95,1); }

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