Html Css Color HEX #DF5605 Persimmon

📋 copy color: '#DF5605'

red 223 ◦ green 86 ◦ blue 5

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

Shades of Persimmon #DF5605

Tints of Persimmon #DF5605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.59%

R = 71.02%
G = 27.39%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF5605 (or 0xDF5605) is known color: Persimmon. HEX triplet: DF, 56 and 05. RGB value is (223,86,5). Sum of RGB (Red+Green+Blue) = 223+86+5=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 5 (2.34% from 255 or 1.59% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5605 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5605 is #20A9FA. Grayscale: #767676. Windows color (decimal): -2140667 or 349919. OLE color: 349919.

HSL color Cylindrical-coordinate representation of color #DF5605: hue angle of 22.29º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF5605 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 86 5 -
CMYK 0 0.61 0.98 0.13
HSL 22.29º 0.96% 0.45% -
HSV(B) 22.29º 0.98% 0.87% -
XYZ 33.79 22.35 2.68 -
YUV 117.73 64.39 203.09 -
System Red Green Blue C M Y K H S L
Decimal 223 86 5 0 0.61 0.98 0.13 22.29 0.96 0.45
Hex DF 56 5 0 3D 62 D 16 60 2D
Octal 337 126 5 0 75 142 15 26 140 55
Binary 11011111 1010110 101 0 111101 1100010 1101 10110 1100000 101101

Color Harmonies of #DF5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5605

Black with #DF5605

Text Example


Text Example

White with #DF5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5605; }

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

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

background-color css

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

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

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

border-color css

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

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

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