Html Css Color HEX #DF5B01 Persimmon

📋 copy color: '#DF5B01'

red 223 ◦ green 91 ◦ blue 1

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

Shades of Persimmon #DF5B01

Tints of Persimmon #DF5B01

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.89%

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

R = 70.79%
G = 28.89%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF5B01 (or 0xDF5B01) is known color: Persimmon. HEX triplet: DF, 5B and 01. RGB value is (223,91,1). Sum of RGB (Red+Green+Blue) = 223+91+1=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B01 is #20A4FE. Grayscale: #787878. Windows color (decimal): -2139391 or 89055. OLE color: 89055.

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

Color convert

RGB 223 91 1 -
CMYK 0 0.59 1.00 0.13
HSL 24.32º 0.99% 0.44% -
HSV(B) 24.32º 1% 0.87% -
XYZ 34.18 23.17 2.7 -
YUV 120.21 60.73 201.32 -
System Red Green Blue C M Y K H S L
Decimal 223 91 1 0 0.59 1.00 0.13 24.32 0.99 0.44
Hex DF 5B 1 0 3B 64 D 18 63 2C
Octal 337 133 1 0 73 144 15 30 143 54
Binary 11011111 1011011 1 0 111011 1100100 1101 11000 1100011 101100

Color Harmonies of #DF5B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B01

Black with #DF5B01

Text Example


Text Example

White with #DF5B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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