Html Css Color HEX #DC957B Dark Salmon

📋 copy color: '#DC957B'

red 220 ◦ green 149 ◦ blue 123

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

Shades of Dark Salmon #DC957B

Tints of Dark Salmon #DC957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.28%

 BLUE value IS 123 (48.44% from 255) = 25%

R = 44.72%
G = 30.28%
B = 25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC957B (or 0xDC957B) is known color: Dark Salmon. HEX triplet: DC, 95 and 7B. RGB value is (220,149,123). Sum of RGB (Red+Green+Blue) = 220+149+123=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC957B is #236A84. Grayscale: #A7A7A7. Windows color (decimal): -2321029 or 8099292. OLE color: 8099292.

HSL color Cylindrical-coordinate representation of color #DC957B: hue angle of 16.08º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC957B is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 123 -
CMYK 0 0.32 0.44 0.14
HSL 16.08º 0.58% 0.67% -
HSV(B) 16.08º 0.44% 0.86% -
XYZ 43.84 38.14 23.79 -
YUV 167.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 220 149 123 0 0.32 0.44 0.14 16.08 0.58 0.67
Hex DC 95 7B 0 20 2C E 10 3A 43
Octal 334 225 173 0 40 54 16 20 72 103
Binary 11011100 10010101 1111011 0 100000 101100 1110 10000 111010 1000011

Color Harmonies of #DC957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC957B

Black with #DC957B

Text Example


Text Example

White with #DC957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC957B; }

 p { color: rgb(220,149,123); }

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

background-color css

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

 a { background-color: rgb(220,149,123); }

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

border-color css

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

 span { border-color: rgb(220,149,123); }

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