Html Css Color HEX #DF8686 Sea Pink

📋 copy color: '#DF8686'

red 223 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #DF8686

Tints of Sea Pink #DF8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.29%

 BLUE value IS 134 (52.73% from 255) = 27.29%

R = 45.42%
G = 27.29%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DF8686 (or 0xDF8686) is known color: Sea Pink. HEX triplet: DF, 86 and 86. RGB value is (223,134,134). Sum of RGB (Red+Green+Blue) = 223+134+134=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 134 (52.73% from 255 or 27.29% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8686 is #207979. Grayscale: #A0A0A0. Windows color (decimal): -2128250 or 8816351. OLE color: 8816351.

HSL color Cylindrical-coordinate representation of color #DF8686: hue angle of 0º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF8686 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 134 134 -
CMYK 0 0.40 0.40 0.13
HSL 0.58% 0.7% -
HSV(B) 0.4% 0.87% -
XYZ 43.26 34.46 26.93 -
YUV 160.61 112.99 172.5 -
System Red Green Blue C M Y K H S L
Decimal 223 134 134 0 0.40 0.40 0.13 0 0.58 0.7
Hex DF 86 86 0 28 28 D 0 3A 46
Octal 337 206 206 0 50 50 15 0 72 106
Binary 11011111 10000110 10000110 0 101000 101000 1101 0 111010 1000110

Color Harmonies of #DF8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8686

Black with #DF8686

Text Example


Text Example

White with #DF8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8686; }

 p { color: rgb(223,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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