Html Css Color HEX #DF5E03 Persimmon

📋 copy color: '#DF5E03'

red 223 ◦ green 94 ◦ blue 3

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

Shades of Persimmon #DF5E03

Tints of Persimmon #DF5E03

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 69.69%
G = 29.38%
B = 0.94%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5E03 (or 0xDF5E03) is known color: Persimmon. HEX triplet: DF, 5E and 03. RGB value is (223,94,3). Sum of RGB (Red+Green+Blue) = 223+94+3=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5E03 is #20A1FC. Grayscale: #7A7A7A. Windows color (decimal): -2138621 or 220895. OLE color: 220895.

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

Color convert

RGB 223 94 3 -
CMYK 0 0.58 0.99 0.13
HSL 24.82º 0.97% 0.44% -
HSV(B) 24.82º 0.99% 0.87% -
XYZ 34.45 23.7 2.84 -
YUV 122.2 60.74 199.9 -
System Red Green Blue C M Y K H S L
Decimal 223 94 3 0 0.58 0.99 0.13 24.82 0.97 0.44
Hex DF 5E 3 0 3A 63 D 19 61 2C
Octal 337 136 3 0 72 143 15 31 141 54
Binary 11011111 1011110 11 0 111010 1100011 1101 11001 1100001 101100

Color Harmonies of #DF5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E03

Black with #DF5E03

Text Example


Text Example

White with #DF5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E03; }

 p { color: rgb(223,94,3); }

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

background-color css

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

 a { background-color: rgb(223,94,3); }

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

border-color css

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

 span { border-color: rgb(223,94,3); }

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