Html Css Color HEX #DF5403 Persimmon

📋 copy color: '#DF5403'

red 223 ◦ green 84 ◦ blue 3

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

Shades of Persimmon #DF5403

Tints of Persimmon #DF5403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 71.94%
G = 27.1%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5403 (or 0xDF5403) is known color: Persimmon. HEX triplet: DF, 54 and 03. RGB value is (223,84,3). Sum of RGB (Red+Green+Blue) = 223+84+3=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5403 is #20ABFC. Grayscale: #747474. Windows color (decimal): -2141181 or 218335. OLE color: 218335.

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

Color convert

RGB 223 84 3 -
CMYK 0 0.62 0.99 0.13
HSL 22.09º 0.97% 0.44% -
HSV(B) 22.09º 0.99% 0.87% -
XYZ 33.62 22.04 2.57 -
YUV 116.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 223 84 3 0 0.62 0.99 0.13 22.09 0.97 0.44
Hex DF 54 3 0 3E 63 D 16 61 2C
Octal 337 124 3 0 76 143 15 26 141 54
Binary 11011111 1010100 11 0 111110 1100011 1101 10110 1100001 101100

Color Harmonies of #DF5403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5403

Black with #DF5403

Text Example


Text Example

White with #DF5403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5403; }

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

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

background-color css

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

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

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

border-color css

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

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

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