Html Css Color HEX #DC9880 Dark Salmon

📋 copy color: '#DC9880'

red 220 ◦ green 152 ◦ blue 128

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

Shades of Dark Salmon #DC9880

Tints of Dark Salmon #DC9880

RGB

 RED value IS 220 (86.33% from 255) = 44%

 GREEN value IS 152 (59.77% from 255) = 30.4%

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

R = 44%
G = 30.4%
B = 25.6%

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

#DC9880 (or 0xDC9880) is known color: Dark Salmon. HEX triplet: DC, 98 and 80. RGB value is (220,152,128). Sum of RGB (Red+Green+Blue) = 220+152+128=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 128 (50.39% from 255 or 25.6% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9880 is #23677F. Grayscale: #A9A9A9. Windows color (decimal): -2320256 or 8427740. OLE color: 8427740.

HSL color Cylindrical-coordinate representation of color #DC9880: hue angle of 15.65º degrees, saturation: 0.57, 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 #DC9880 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 152 128 -
CMYK 0 0.31 0.42 0.14
HSL 15.65º 0.57% 0.68% -
HSV(B) 15.65º 0.42% 0.86% -
XYZ 44.64 39.23 25.64 -
YUV 169.6 104.53 163.95 -
System Red Green Blue C M Y K H S L
Decimal 220 152 128 0 0.31 0.42 0.14 15.65 0.57 0.68
Hex DC 98 80 0 1F 2A E 10 39 44
Octal 334 230 200 0 37 52 16 20 71 104
Binary 11011100 10011000 10000000 0 11111 101010 1110 10000 111001 1000100

Color Harmonies of #DC9880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9880

Black with #DC9880

Text Example


Text Example

White with #DC9880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9880; }

 p { color: rgb(220,152,128); }

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

background-color css

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

 a { background-color: rgb(220,152,128); }

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

border-color css

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

 span { border-color: rgb(220,152,128); }

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