Html Css Color HEX #DF5608 Persimmon

📋 copy color: '#DF5608'

red 223 ◦ green 86 ◦ blue 8

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

Shades of Persimmon #DF5608

Tints of Persimmon #DF5608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.52%

R = 70.35%
G = 27.13%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5608 (or 0xDF5608) is known color: Persimmon. HEX triplet: DF, 56 and 08. RGB value is (223,86,8). Sum of RGB (Red+Green+Blue) = 223+86+8=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 8 (3.52% from 255 or 2.52% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5608 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5608 is #20A9F7. Grayscale: #767676. Windows color (decimal): -2140664 or 546527. OLE color: 546527.

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

Color convert

RGB 223 86 8 -
CMYK 0 0.61 0.96 0.13
HSL 21.77º 0.93% 0.45% -
HSV(B) 21.77º 0.96% 0.87% -
XYZ 33.8 22.36 2.76 -
YUV 118.07 65.89 202.84 -
System Red Green Blue C M Y K H S L
Decimal 223 86 8 0 0.61 0.96 0.13 21.77 0.93 0.45
Hex DF 56 8 0 3D 60 D 16 5D 2D
Octal 337 126 10 0 75 140 15 26 135 55
Binary 11011111 1010110 1000 0 111101 1100000 1101 10110 1011101 101101

Color Harmonies of #DF5608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5608

Black with #DF5608

Text Example


Text Example

White with #DF5608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5608; }

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

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

background-color css

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

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

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

border-color css

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

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

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