Html Css Color HEX #DF5603 Persimmon

📋 copy color: '#DF5603'

red 223 ◦ green 86 ◦ blue 3

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

Shades of Persimmon #DF5603

Tints of Persimmon #DF5603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.56%

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

R = 71.47%
G = 27.56%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5603 (or 0xDF5603) is known color: Persimmon. HEX triplet: DF, 56 and 03. RGB value is (223,86,3). Sum of RGB (Red+Green+Blue) = 223+86+3=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 3 (1.56% from 255 or 0.96% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5603 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5603 is #20A9FC. Grayscale: #757575. Windows color (decimal): -2140669 or 218847. OLE color: 218847.

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

Color convert

RGB 223 86 3 -
CMYK 0 0.61 0.99 0.13
HSL 22.64º 0.97% 0.44% -
HSV(B) 22.64º 0.99% 0.87% -
XYZ 33.78 22.35 2.62 -
YUV 117.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 223 86 3 0 0.61 0.99 0.13 22.64 0.97 0.44
Hex DF 56 3 0 3D 63 D 17 61 2C
Octal 337 126 3 0 75 143 15 27 141 54
Binary 11011111 1010110 11 0 111101 1100011 1101 10111 1100001 101100

Color Harmonies of #DF5603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5603

Black with #DF5603

Text Example


Text Example

White with #DF5603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5603; }

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

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

background-color css

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

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

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

border-color css

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

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

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