Html Css Color HEX #DF5508 Persimmon

📋 copy color: '#DF5508'

red 223 ◦ green 85 ◦ blue 8

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

Shades of Persimmon #DF5508

Tints of Persimmon #DF5508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.9%

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

R = 70.57%
G = 26.9%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5508 (or 0xDF5508) is known color: Persimmon. HEX triplet: DF, 55 and 08. RGB value is (223,85,8). Sum of RGB (Red+Green+Blue) = 223+85+8=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5508 is #20AAF7. Grayscale: #757575. Windows color (decimal): -2140920 or 546271. OLE color: 546271.

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

Color convert

RGB 223 85 8 -
CMYK 0 0.62 0.96 0.13
HSL 21.49º 0.93% 0.45% -
HSV(B) 21.49º 0.96% 0.87% -
XYZ 33.72 22.2 2.74 -
YUV 117.48 66.22 203.26 -
System Red Green Blue C M Y K H S L
Decimal 223 85 8 0 0.62 0.96 0.13 21.49 0.93 0.45
Hex DF 55 8 0 3E 60 D 15 5D 2D
Octal 337 125 10 0 76 140 15 25 135 55
Binary 11011111 1010101 1000 0 111110 1100000 1101 10101 1011101 101101

Color Harmonies of #DF5508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5508

Black with #DF5508

Text Example


Text Example

White with #DF5508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5508; }

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

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

background-color css

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

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

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

border-color css

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

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

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