Html Css Color HEX #DC9A7D Dark Salmon

📋 copy color: '#DC9A7D'

red 220 ◦ green 154 ◦ blue 125

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

Shades of Dark Salmon #DC9A7D

Tints of Dark Salmon #DC9A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.86%

 BLUE value IS 125 (49.22% from 255) = 25.05%

R = 44.09%
G = 30.86%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC9A7D (or 0xDC9A7D) is known color: Dark Salmon. HEX triplet: DC, 9A and 7D. RGB value is (220,154,125). Sum of RGB (Red+Green+Blue) = 220+154+125=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A7D is #236582. Grayscale: #AAAAAA. Windows color (decimal): -2319747 or 8231644. OLE color: 8231644.

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

Color convert

RGB 220 154 125 -
CMYK 0 0.3 0.43 0.14
HSL 18.32º 0.58% 0.68% -
HSV(B) 18.32º 0.43% 0.86% -
XYZ 44.77 39.81 24.73 -
YUV 170.43 102.37 163.36 -
System Red Green Blue C M Y K H S L
Decimal 220 154 125 0 0.3 0.43 0.14 18.32 0.58 0.68
Hex DC 9A 7D 0 1E 2B E 12 3A 44
Octal 334 232 175 0 36 53 16 22 72 104
Binary 11011100 10011010 1111101 0 11110 101011 1110 10010 111010 1000100

Color Harmonies of #DC9A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A7D

Black with #DC9A7D

Text Example


Text Example

White with #DC9A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A7D; }

 p { color: rgb(220,154,125); }

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

background-color css

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

 a { background-color: rgb(220,154,125); }

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

border-color css

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

 span { border-color: rgb(220,154,125); }

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