Html Css Color HEX #DF5808 Persimmon

📋 copy color: '#DF5808'

red 223 ◦ green 88 ◦ blue 8

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

Shades of Persimmon #DF5808

Tints of Persimmon #DF5808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

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

R = 69.91%
G = 27.59%
B = 2.51%

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

#DF5808 (or 0xDF5808) is known color: Persimmon. HEX triplet: DF, 58 and 08. RGB value is (223,88,8). Sum of RGB (Red+Green+Blue) = 223+88+8=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5808 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5808 is #20A7F7. Grayscale: #777777. Windows color (decimal): -2140152 or 547039. OLE color: 547039.

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

Color convert

RGB 223 88 8 -
CMYK 0 0.61 0.96 0.13
HSL 22.33º 0.93% 0.45% -
HSV(B) 22.33º 0.96% 0.87% -
XYZ 33.96 22.68 2.82 -
YUV 119.25 65.23 202 -
System Red Green Blue C M Y K H S L
Decimal 223 88 8 0 0.61 0.96 0.13 22.33 0.93 0.45
Hex DF 58 8 0 3D 60 D 16 5D 2D
Octal 337 130 10 0 75 140 15 26 135 55
Binary 11011111 1011000 1000 0 111101 1100000 1101 10110 1011101 101101

Color Harmonies of #DF5808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5808

Black with #DF5808

Text Example


Text Example

White with #DF5808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5808; }

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

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

background-color css

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

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

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

border-color css

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

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

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