Html Css Color HEX #DC9A7F Dark Salmon

📋 copy color: '#DC9A7F'

red 220 ◦ green 154 ◦ blue 127

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

Shades of Dark Salmon #DC9A7F

Tints of Dark Salmon #DC9A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.35%

R = 43.91%
G = 30.74%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC9A7F (or 0xDC9A7F) is known color: Dark Salmon. HEX triplet: DC, 9A and 7F. RGB value is (220,154,127). Sum of RGB (Red+Green+Blue) = 220+154+127=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 154 (60.55% from 255 or 30.74% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9A7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9A7F is #236580. Grayscale: #AAAAAA. Windows color (decimal): -2319745 or 8362716. OLE color: 8362716.

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

Color convert

RGB 220 154 127 -
CMYK 0 0.3 0.42 0.14
HSL 17.42º 0.57% 0.68% -
HSV(B) 17.42º 0.42% 0.86% -
XYZ 44.9 39.86 25.41 -
YUV 170.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 220 154 127 0 0.3 0.42 0.14 17.42 0.57 0.68
Hex DC 9A 7F 0 1E 2A E 11 39 44
Octal 334 232 177 0 36 52 16 21 71 104
Binary 11011100 10011010 1111111 0 11110 101010 1110 10001 111001 1000100

Color Harmonies of #DC9A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9A7F

Black with #DC9A7F

Text Example


Text Example

White with #DC9A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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