Html Css Color HEX #DB9780 Dark Salmon

📋 copy color: '#DB9780'

red 219 ◦ green 151 ◦ blue 128

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

Shades of Dark Salmon #DB9780

Tints of Dark Salmon #DB9780

RGB

 RED value IS 219 (85.94% from 255) = 43.98%

 GREEN value IS 151 (59.38% from 255) = 30.32%

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

R = 43.98%
G = 30.32%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB9780 (or 0xDB9780) is known color: Dark Salmon. HEX triplet: DB, 97 and 80. RGB value is (219,151,128). Sum of RGB (Red+Green+Blue) = 219+151+128=498 (65% of max value = 765). Red value is 219 (85.94% from 255 or 43.98% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 128 (50.39% from 255 or 25.70% from 498); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9780 is #24687F. Grayscale: #A8A8A8. Windows color (decimal): -2386048 or 8427483. OLE color: 8427483.

HSL color Cylindrical-coordinate representation of color #DB9780: hue angle of 15.16º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DB9780 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 151 128 -
CMYK 0 0.31 0.42 0.14
HSL 15.16º 0.56% 0.68% -
HSV(B) 15.16º 0.42% 0.86% -
XYZ 44.18 38.75 25.57 -
YUV 168.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 219 151 128 0 0.31 0.42 0.14 15.16 0.56 0.68
Hex DB 97 80 0 1F 2A E F 38 44
Octal 333 227 200 0 37 52 16 17 70 104
Binary 11011011 10010111 10000000 0 11111 101010 1110 1111 111000 1000100

Color Harmonies of #DB9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9780

Black with #DB9780

Text Example


Text Example

White with #DB9780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9780; }

 p { color: rgb(219,151,128); }

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

background-color css

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

 a { background-color: rgb(219,151,128); }

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

border-color css

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

 span { border-color: rgb(219,151,128); }

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