Html Css Color HEX #DC937B Dark Salmon

📋 copy color: '#DC937B'

red 220 ◦ green 147 ◦ blue 123

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

Shades of Dark Salmon #DC937B

Tints of Dark Salmon #DC937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30%

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

R = 44.9%
G = 30%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC937B (or 0xDC937B) is known color: Dark Salmon. HEX triplet: DC, 93 and 7B. RGB value is (220,147,123). Sum of RGB (Red+Green+Blue) = 220+147+123=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 147 (57.81% from 255 or 30% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC937B is #236C84. Grayscale: #A6A6A6. Windows color (decimal): -2321541 or 8098780. OLE color: 8098780.

HSL color Cylindrical-coordinate representation of color #DC937B: hue angle of 14.85º 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 #DC937B is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 123 -
CMYK 0 0.33 0.44 0.14
HSL 14.85º 0.58% 0.67% -
HSV(B) 14.85º 0.44% 0.86% -
XYZ 43.52 37.51 23.69 -
YUV 166.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 220 147 123 0 0.33 0.44 0.14 14.85 0.58 0.67
Hex DC 93 7B 0 21 2C E F 3A 43
Octal 334 223 173 0 41 54 16 17 72 103
Binary 11011100 10010011 1111011 0 100001 101100 1110 1111 111010 1000011

Color Harmonies of #DC937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC937B

Black with #DC937B

Text Example


Text Example

White with #DC937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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