Html Css Color HEX #D98686 Sea Pink

📋 copy color: '#D98686'

red 217 ◦ green 134 ◦ blue 134

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

Shades of Sea Pink #D98686

Tints of Sea Pink #D98686

RGB

 RED value IS 217 (85.16% from 255) = 44.74%

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

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

R = 44.74%
G = 27.63%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D98686 (or 0xD98686) is known color: Sea Pink. HEX triplet: D9, 86 and 86. RGB value is (217,134,134). Sum of RGB (Red+Green+Blue) = 217+134+134=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 134 (52.73% from 255 or 27.63% from 485); Blue value is 134 (52.73% from 255 or 27.63% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98686 is #267979. Grayscale: #9E9E9E. Windows color (decimal): -2521466 or 8816345. OLE color: 8816345.

HSL color Cylindrical-coordinate representation of color #D98686: hue angle of 0º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D98686 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 134 134 -
CMYK 0 0.38 0.38 0.15
HSL 0.52% 0.69% -
HSV(B) 0.38% 0.85% -
XYZ 41.44 33.52 26.84 -
YUV 158.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 217 134 134 0 0.38 0.38 0.15 0 0.52 0.69
Hex D9 86 86 0 26 26 F 0 34 45
Octal 331 206 206 0 46 46 17 0 64 105
Binary 11011001 10000110 10000110 0 100110 100110 1111 0 110100 1000101

Color Harmonies of #D98686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98686

Black with #D98686

Text Example


Text Example

White with #D98686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98686; }

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

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

background-color css

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

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

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

border-color css

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

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

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