Html Css Color HEX #DF4D01 Persimmon

📋 copy color: '#DF4D01'

red 223 ◦ green 77 ◦ blue 1

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

Shades of Persimmon #DF4D01

Tints of Persimmon #DF4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.58%

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

R = 74.09%
G = 25.58%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DF4D01 (or 0xDF4D01) is known color: Persimmon. HEX triplet: DF, 4D and 01. RGB value is (223,77,1). Sum of RGB (Red+Green+Blue) = 223+77+1=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D01 is #20B2FE. Grayscale: #707070. Windows color (decimal): -2142975 or 85471. OLE color: 85471.

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

Color convert

RGB 223 77 1 -
CMYK 0 0.65 1.00 0.13
HSL 20.54º 0.99% 0.44% -
HSV(B) 20.54º 1% 0.87% -
XYZ 33.09 21 2.34 -
YUV 111.99 65.37 207.18 -
System Red Green Blue C M Y K H S L
Decimal 223 77 1 0 0.65 1.00 0.13 20.54 0.99 0.44
Hex DF 4D 1 0 41 64 D 15 63 2C
Octal 337 115 1 0 101 144 15 25 143 54
Binary 11011111 1001101 1 0 1000001 1100100 1101 10101 1100011 101100

Color Harmonies of #DF4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D01

Black with #DF4D01

Text Example


Text Example

White with #DF4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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