Html Css Color HEX #DA8680 Sea Pink

📋 copy color: '#DA8680'

red 218 ◦ green 134 ◦ blue 128

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

Shades of Sea Pink #DA8680

Tints of Sea Pink #DA8680

RGB

 RED value IS 218 (85.55% from 255) = 45.42%

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

 BLUE value IS 128 (50.39% from 255) = 26.67%

R = 45.42%
G = 27.92%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA8680 (or 0xDA8680) is known color: Sea Pink. HEX triplet: DA, 86 and 80. RGB value is (218,134,128). Sum of RGB (Red+Green+Blue) = 218+134+128=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8680 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8680 is #25797F. Grayscale: #9E9E9E. Windows color (decimal): -2455936 or 8423130. OLE color: 8423130.

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

Color convert

RGB 218 134 128 -
CMYK 0 0.39 0.41 0.15
HSL 0.55% 0.68% -
HSV(B) 0.41% 0.85% -
XYZ 41.33 33.51 24.71 -
YUV 158.43 110.83 170.49 -
System Red Green Blue C M Y K H S L
Decimal 218 134 128 0 0.39 0.41 0.15 4 0.55 0.68
Hex DA 86 80 0 27 29 F 4 37 44
Octal 332 206 200 0 47 51 17 4 67 104
Binary 11011010 10000110 10000000 0 100111 101001 1111 100 110111 1000100

Color Harmonies of #DA8680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8680

Black with #DA8680

Text Example


Text Example

White with #DA8680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8680; }

 p { color: rgb(218,134,128); }

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

background-color css

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

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

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

border-color css

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

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

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